Click or drag to resize

CImageOptions Properties

The PdfFocusCImageOptions type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleColorDepth Set a color depth for the produced images. Default value: Default value: 24 bit RGB.
Public propertyCode exampleDpi Set the default image resolution in dots per inch. Default value: 300.
Public propertyCode exampleImageFormat Set the format for the resulting images. Default value: Png.
Public propertyJpegQuality Allows to specify the quality for output jpeg images from 1 to 100. Default value: 90.
Public propertyRenderTextualData Setting this property to false allows to skip the rendering of all textual data. Default value: true.
Public propertyTIFFCompressionType Allows to set compression type for TIFF images: LZW , JPEG, CCITTFAX4. Default value: JPEG.
Top
See Also