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


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