PdfRenderingOptions Properties |
The PdfRenderingOptions 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.) |
![]() | Css |
Gets a CssOptions object which is used for configuration of css properties processing.
(Inherited from RenderingOptions.) |
![]() | Encryption |
Gets or sets a encryption details. If not set, then no encryption will be performed.
|
![]() | HorizontalResolution |
Sets or gets horizontal resolution for internal (which are used during filters processing) images, in pixels per inch. By default this property is 300 dpi.
(Inherited from RenderingOptions.) |
![]() | JpegQuality |
Specifies the quality of JPEG compression for images (if JPEG compression is used).
Default is 95.
|
![]() | PageSetup |
Gets a page setup object is used for configuration output page-set.
(Inherited from RenderingOptions.) |
![]() | VerticalResolution |
Sets or gets vertical resolution for internal (which are used during filters processing) images, in pixels per inch. By default this property is 300 dpi.
(Inherited from RenderingOptions.) |