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


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