PrintBase Enumeration CATPrintRenderMode
enum CATPrintRenderMode {
CATPRINTRENDER_DEFAULT,
CATPRINTRENDER_VECTOR,
CATPRINTRENDER_RASTER,
CATPRINTRENDER_CAPTURE,
CATPRINTRENDER_HLR
}
Rendering mode.
- Values:
-
- CATPRINTRENDER_DEFAULT
- The default rendering mode is vector.
- CATPRINTRENDER_VECTOR
- The rendering mode is vector.
- CATPRINTRENDER_RASTER
- The rendering mode is raster if it's possible to create the image raster.
Otherwise the CATPRINTRENDER_VECTOR mode is applied.
- CATPRINTRENDER_CAPTURE
- For the screen capture. Identical to CATPRINTRENDER_RASTER.
- CATPRINTRENDER_HLR
- The rendering mode is hidden line removal vector mode.
This object is included in the file: CATPrintRenderMode.h
Copyright © 1999-2014, Dassault Systèmes. All rights reserved.