Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / PrintOptions Object / PrintPaperSource Property
In This Topic
    PrintPaperSource Property
    In This Topic
    Gets or sets the paper source to use for the current default Windows printer.
    Syntax
    expression.PrintPaperSource As PrintPaperSourceOption
    where expression is a variable that represents a PrintOptions Object

    Property Value

    A PrintPaperSourceOption Enumeration value.
    Remarks
    Values:

    PaperSourceAuto

    PaperSourceCasette

    PaperSourceEnvelope

    PaperSourceEnvManual

    PaperSourceFormSource

    PaperSourceLargeCapacity

    PaperSourceLargeFmt

    PaperSourceLower

    PaperSourceManual

    PaperSourceMiddle

    PaperSourceSmallFmt

    PaperSourceTractor

    PaperSourceUpper

    PaperSourceWindows

    See Also