InfoConnect for Airlines
PrinterPaperSize Property


Gets or sets the paper size you have set for your printer.

Syntax
'Declaration
 
Property PrinterPaperSize As Integer
'Usage
 
Dim instance As IPrinting
Dim value As Integer
 
instance.PrinterPaperSize = value
 
value = instance.PrinterPaperSize
int PrinterPaperSize {get; set;}

Property Value

The default value is 0.

Remarks
The numeric value of this property corresponds to paper size settings that you can configure in the Page Setup and Print Setup (Properties) dialog boxes. To determine the numeric value you want for this property, use the dialog boxes to configure your paper size settings, then view the resulting value in InfoConnect's View Settings dialog box.
See Also