PdfSaveOptions Class

PdfSaveOptions class

Specific options data class.

public class PdfSaveOptions : PdfRenderingOptions

Constructors

NameDescription
PdfSaveOptions()The default constructor.

Properties

NameDescription
BackgroundColor { get; set; }Gets or sets Color which will fill background of every page. Default value is Transparent.
Css { get; }Gets a CssOptions object which is used for configuration of css properties processing.
DocumentInfo { get; }Contains information about the output PDF document.
Encryption { get; set; }Gets or sets a encryption details. If not set, then no encryption will be performed.
FormFieldBehaviour { get; set; }Specifies the behavior of form fields in the output PDF document.
virtual 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.
IsTaggedPdf { get; set; }Creates a tag structure if true.
JpegQuality { get; set; }Specifies the quality of JPEG compression for images (if JPEG compression is used). Default is 95.
PageSetup { get; }Gets a page setup object is used for configuration output page-set.
virtual 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