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


In This Topic
    PrintTransform Property (IIbmPrinter)
    In This Topic
    Gets or sets to specify the manufacturer type and model, the paper sources, and the envelope source on your IBM System i print device This setting is only relevant to 5250 printer sessions
    Syntax
    'Declaration
     
    
    Property PrintTransform As Boolean
    'Usage
     
    
    Dim instance As IIbmPrinter
    Dim value As Boolean
     
    instance.PrintTransform = value
     
    value = instance.PrintTransform
    bool PrintTransform {get; set;}
    See Also