|
|
|
|
|
SftPrintPreviewPrinter.MaxPaperLength Property |
Returns the maximum paper length.
Syntax
|
VB.NET |
Length = object.MaxPaperLength As Integer |
||
|
VB |
Length = object.MaxPaperLength As Integer |
||
|
C#.NET |
short Length = object.MaxPaperLength; |
||
|
VC++ |
short Length = object->MaxPaperLength;
|
||
|
C |
HRESULT object->get_MaxPaperLength(short* Length); |
||
|
Delphi |
Length := object.MaxPaperLength : Smallint; |
||
object
A SftPrintPreviewPrinter object.
Length
Returns the maximum paper length.
Comments
The MaxPaperLength property returns the maximum paper length.
The Printer.MinPaperLength, Printer.MinPaperWidth, MaxPaperLength and Printer.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.