Miscellaneous print flags. More...
#include <IPrintDescription.h>
Public Attributes | |
unsigned int | plotFence:1 |
Print the fence boundary. More... | |
unsigned int | plotBorder:1 |
Print the plot border. More... | |
unsigned int | plotBrokenAssocSymb:1 |
Print broken associations with special symbology. More... | |
unsigned int | useViewBackgroundColorForRender:1 |
Use view background color when printing rendered views. More... | |
unsigned int | applyColorModeToRaster:1 |
Apply print color mode to raster data. More... | |
unsigned int | printPoints:1 |
Print points. More... | |
unsigned int | reserved:26 |
Reserved for future use. More... | |
Miscellaneous print flags.
unsigned int applyColorModeToRaster |
Apply print color mode to raster data.
unsigned int plotBorder |
Print the plot border.
unsigned int plotBrokenAssocSymb |
Print broken associations with special symbology.
unsigned int plotFence |
Print the fence boundary.
unsigned int printPoints |
Print points.
unsigned int reserved |
Reserved for future use.
unsigned int useViewBackgroundColorForRender |
Use view background color when printing rendered views.