Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmPrinter Interface / PrintDevicePaperSrc1 Property


In This Topic
    PrintDevicePaperSrc1 Property (IIbmPrinter)
    In This Topic
    Gets or sets the paper source 1 This setting is only relevant to 5250 printer sessions
    Syntax
    'Declaration
     
    
    Property PrintDevicePaperSrc1 As PaperSourceEnum
    'Usage
     
    
    Dim instance As IIbmPrinter
    Dim value As PaperSourceEnum
     
    instance.PrintDevicePaperSrc1 = value
     
    value = instance.PrintDevicePaperSrc1
    PaperSourceEnum PrintDevicePaperSrc1 {get; set;}
    See Also