#include <HIOUtilityGDIOutput.h>
Public Attributes | |
HDC | deviceContext |
Windows Device Context. | |
HDC | attribDC |
The attribute device context for the CDC object. | |
bool | rasterOutput |
True if raster output is supported by device context. | |
bool | clipBoard |
True if device context is a clipboard. | |
void * | windowID |
ID of window. | |
bool | bForceGrayscale |
Should the output be created in grayscale or color? | |
bool | bConserveMemory |
Determines if banding is used for printing; banding helps reduce the memory footprint required during printing; This option ONLY affects the rasters that are part of the 'background' raster image sent to the printer during the multi-pass print mechanism. | |
bool | bUseWindowColor |
Should the partviewer background be used in the output? | |
float | Height |
Height of the output. | |
float | Width |
Width of the output. | |
int | image_dpi |
Resolution of the raster data in dots per inch; default is 100; similar to bConserveMemory, this option only applies to the background image used in the 2-pass printing mode. |