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


In This Topic
    PrintDeviceEnvelopeSrc Property (IIbmPrinter)
    In This Topic
    Envelope source for 5250 print device This setting is only relevant to 5250 printer sessions
    Syntax
    'Declaration
     
    
    Property PrintDeviceEnvelopeSrc As EnvelopeSourceEnum
    'Usage
     
    
    Dim instance As IIbmPrinter
    Dim value As EnvelopeSourceEnum
     
    instance.PrintDeviceEnvelopeSrc = value
     
    value = instance.PrintDeviceEnvelopeSrc
    EnvelopeSourceEnum PrintDeviceEnvelopeSrc {get; set;}
    See Also