PdfRenderingOptions Class
Contents
[
Hide
]PdfRenderingOptions class
Represents rendering options for PdfDevice.
public class PdfRenderingOptions : RenderingOptions
Constructors
| Name | Description |
|---|---|
| PdfRenderingOptions() | Initializes a new instance of the PdfRenderingOptions class. |
Properties
| Name | Description |
|---|---|
| [getBackgroundColor] | |
| [setBackgroundColor] Gets or sets Color which will fill background of every page. Default value is Transparent. | |
getCss Gets a CssOptions object which is used for configuration of css properties processing. | |
| getDocumentInfo Contains information about the output PDF document. | |
| [getEncryption] | |
| [setEncryption] Gets or sets a encryption details. If not set, then no encryption will be performed. | |
| [getFormFieldBehaviour] | |
| [setFormFieldBehaviour] Specifies the behavior of form fields in the output PDF document. | |
| horizontalResolution { get; set; } | 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. |
| [getIsTaggedPdf] | |
[setIsTaggedPdf] Creates a tag structure if true. | |
| [getJpegQuality] | |
| [setJpegQuality] Specifies the quality of JPEG compression for images (if JPEG compression is used). Default is 95. | |
| getPageSetup Gets a page setup object is used for configuration output page-set. | |
| verticalResolution { get; set; } | 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. |
See Also
- class RenderingOptions
- package com.aspose.html.rendering.pdf
- package Aspose.HTML