Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / Printing Property


In This Topic
Printing Property
In This Topic
Gets the Printing object which is used to obtain/specify information pertaining to printing behavior.
Syntax
'Declaration
 
ReadOnly Property Printing As IPrinting
 
'Usage
 
Dim instance As IScreen
Dim value As IPrinting
 
value = instance.Printing
See Also