ImageRenderingOptions Properties |
The ImageRenderingOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | BackgroundColor |
Gets or sets Color which will fill background of every page. Default value is Transparent.
(Inherited from RenderingOptions.) |
![]() | Compression |
Sets or gets Tagged Image File Format (TIFF) Compression. By default this property is LZW.
|
![]() | Css |
Gets a CssOptions object which is used for configuration of css properties processing.
(Inherited from RenderingOptions.) |
![]() | Format |
Sets or gets ImageFormat. By default this property is Png.
|
![]() | HorizontalResolution |
Sets 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.
(Overrides RenderingOptionsHorizontalResolution.) |
![]() | PageSetup |
Gets a page setup object is used for configuration output page-set.
(Inherited from RenderingOptions.) |
![]() | SmoothingMode |
Gets or sets the rendering quality for this Graphics.
|
![]() | Text |
Gets a TextOptions object which is used for configuration of text rendering.
|
![]() | VerticalResolution |
Sets 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.
(Overrides RenderingOptionsVerticalResolution.) |