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


In This Topic
BypassWindowsTransparent Property (IbmPrinter)
In This Topic
Bypass Windows print driver in transparent mode
Syntax
'Declaration
 
Public Property BypassWindowsTransparent As Boolean
 
'Usage
 
Dim instance As IbmPrinter
Dim value As Boolean
 
instance.BypassWindowsTransparent = value
 
value = instance.BypassWindowsTransparent
See Also