Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IIbmScreen Interface / PrintOptions Property


In This Topic
PrintOptions Property
In This Topic
Gets the PrintOptions object. PrintOptions holds configuration options for print emulation and print screen.
Syntax
'Declaration
 
ReadOnly Property PrintOptions As IPrintOptions
 
'Usage
 
Dim instance As IIbmScreen
Dim value As IPrintOptions
 
value = instance.PrintOptions
See Also