PdfRenderingOptions Class

PdfRenderingOptions class

Represents rendering options for PdfDevice.

public class PdfRenderingOptions : RenderingOptions

Constructors

NameDescription
PdfRenderingOptions()Initializes a new instance of the PdfRenderingOptions class.

Properties

NameDescription
[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.
[getHorizontalResolution]
[setHorizontalResolution] 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.
[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.
[getVerticalResolution]
[setVerticalResolution] 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