Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Printing Object / PrinterPaperSize Property
In This Topic
PrinterPaperSize Property
In This Topic

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

Syntax
expression.PrinterPaperSize As Integer
where expression is a variable that represents a Printing Object

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 Reflection's View Settings dialog box.

See Also