Programming with Reflection
PrintGraphicsBackground property
Syntax |
object.PrintGraphicsBackground |
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) whether or not the background is printed when you print ReGIS graphics images. The following command sets Reflection to use a white (unprinted) background:
Session.PrintGraphicsBackground = False
The default value is True.