InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IPrinting Interface / PrinterPaperSource Property


In This Topic
    PrinterPaperSource Property
    In This Topic

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

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

    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 InfoConnect's View Settings dialog box.
    See Also