ImageSaveOptions class

ImageSaveOptions class

Specific options data class.

Inheritance: ImageSaveOptionsImageRenderingOptionsRenderingOptions

The ImageSaveOptions type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the ImageSaveOptions class; ImageFormat.PNG will be used as default image format.
initImage format ImageFormat based on initialization

Properties

PropertyDescription
cssGets a CssOptions object which is used for configuration of css properties processing.
page_setupGets a page setup object is used for configuration output page-set.
horizontal_resolutionSets or gets horizontal resolution for output and internal (which are used during filters processing) images, in pixels per inch. By default this property is 300 dpi.
background_colorGets or sets Color which will fill background of every page. Default value is Transparent.
vertical_resolutionSets or gets vertical resolution for output and internal (which are used during filters processing) images, in pixels per inch. By default this property is 300 dpi.
formatSets or gets ImageFormat. By default this property is ImageFormat.PNG.
compressionSets or gets Tagged Image File Format (TIFF) Compression. By default this property is Compression.LZW.
textGets a TextOptions object which is used for configuration of text rendering.
smoothing_modeGets or sets the rendering quality for this Graphics.

See Also