PdfRenderingOptions class
PdfRenderingOptions class
Represents rendering options for PdfDevice
.
Inheritance: PdfRenderingOptions
→
RenderingOptions
The PdfRenderingOptions type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Initializes a new instance of the PdfRenderingOptions class. |
Properties
Property | Description |
---|---|
css | Gets a CssOptions object which is used for configuration of css properties processing. |
page_setup | Gets a page setup object is used for configuration output page-set. |
horizontal_resolution | 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. |
background_color | Gets or sets Color which will fill background of every page. Default value is Transparent. |
vertical_resolution | 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. |
document_info | Contains information about the output PDF document. |
form_field_behaviour | Specifies the behavior of form fields in the output PDF document. |
jpeg_quality | Specifies the quality of JPEG compression for images (if JPEG compression is used). Default is 95. |
encryption | Gets or sets a encryption details. If not set, then no encryption will be performed. |
is_tagged_pdf | Creates a tag structure if true . |
See Also
- module
aspose.html.rendering.pdf
- class
CssOptions
- class
PdfDevice
- class
PdfRenderingOptions
- class
RenderingOptions