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


In This Topic
    PrintTransform Property (IbmPrinter)
    In This Topic
    Gets or sets the specific the manufacturer type and model, the paper sources, and the envelope source on your IBM System i print device
    Syntax
    'Declaration
     
    
    Public Property PrintTransform As Boolean
    'Usage
     
    
    Dim instance As IbmPrinter
    Dim value As Boolean
     
    instance.PrintTransform = value
     
    value = instance.PrintTransform
    public bool PrintTransform {get; set;}
    See Also