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


In This Topic
    PrintTransparent Property (IbmPrinter)
    In This Topic
    Transparent mode
    Syntax
    'Declaration
     
    
    Public Property PrintTransparent As Boolean
    'Usage
     
    
    Dim instance As IbmPrinter
    Dim value As Boolean
     
    instance.PrintTransparent = value
     
    value = instance.PrintTransparent
    public bool PrintTransparent {get; set;}
    See Also