PrintBase Enumeration CATPrintSVGBitmapCompressionMode

enum CATPrintSVGBitmapCompressionMode {
  CATPRINTSVG_BITMAP_LOSSLESS_COMPRESSION,
  CATPRINTSVG_BITMAP_LOSSY_COMPRESSION
}
Compression mode for bitmaps referenced in the SVG file.
Values:
CATPRINTSVG_BITMAP_LOSSLESS_COMPRESSION
The bitmaps will be compressed in a lossless format (most likely to be PNG, supports RGBA).
CATPRINTSVG_BITMAP_LOSSY_COMPRESSION
The bitmaps will be compressed in a lossy format (most likely to be JPEG, so no RGBA).

This object is included in the file: CATPrintSVGPropertiesTypes.h

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.