|
|
|
|
|
SftPrintPreviewPrinter.MaxPaperWidth Property |
Returns the maximum paper width.
Syntax
|
VB.NET |
width = object.MaxPaperWidth As Integer |
||
|
VB |
width = object.MaxPaperWidth As Integer |
||
|
C#.NET |
short width = object.MaxPaperWidth; |
||
|
VC++ |
short width = object->MaxPaperWidth;
|
||
|
C |
HRESULT object->get_MaxPaperWidth(short* width); |
||
|
Delphi |
width := object.MaxPaperWidth : Smallint; |
||
object
A SftPrintPreviewPrinter object.
width
Returns the maximum paper width.
Comments
The MaxPaperWidth property returns the maximum paper width.
The Printer.MinPaperLength, Printer.MinPaperWidth, Printer.MaxPaperLength and MaxPaperWidth properties describe the smallest and largest page the printer can physically print.
Printer.Form and Printer.FormCount return information about the available paper sizes.