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