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

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

    Syntax
    expression.PrinterPaperSource 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 source 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 source settings, then view the resulting value in Reflection's View Settings dialog box.
    See Also