PdfSaveOptions class

PdfSaveOptions class

Specific options data class.

Inheritance: PdfSaveOptionsPdfRenderingOptionsRenderingOptions

The PdfSaveOptions type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the PdfRenderingOptions class.

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 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 internal (which are used during filters processing) images, in pixels per inch. By default this property is 300 dpi.
document_infoContains information about the output PDF document.
form_field_behaviourSpecifies the behavior of form fields in the output PDF document.
jpeg_qualitySpecifies the quality of JPEG compression for images (if JPEG compression is used).
Default is 95.
encryptionGets or sets a encryption details. If not set, then no encryption will be performed.
is_tagged_pdfCreates a tag structure if true.

See Also