Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IPrinting Interface / PrintGraphicsBackground Property


In This Topic
PrintGraphicsBackground Property
In This Topic

Gets or sets whether or not the background is printed when you print ReGIS graphics images.

Syntax
'Declaration
 
Property PrintGraphicsBackground As Boolean
 
'Usage
 
Dim instance As IPrinting
Dim value As Boolean
 
instance.PrintGraphicsBackground = value
 
value = instance.PrintGraphicsBackground

Property Value

The default value is True.

See Also