Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IbmPrinter Class / PrintDevicePaperSrc2 Property


In This Topic
    PrintDevicePaperSrc2 Property (IbmPrinter)
    In This Topic
    Gets or sets the paper source 2
    Syntax
    'Declaration
     
    
    Public Property PrintDevicePaperSrc2 As PaperSourceEnum
    'Usage
     
    
    Dim instance As IbmPrinter
    Dim value As PaperSourceEnum
     
    instance.PrintDevicePaperSrc2 = value
     
    value = instance.PrintDevicePaperSrc2
    public PaperSourceEnum PrintDevicePaperSrc2 {get; set;}
    See Also