Class PdfSaveOptions

PdfSaveOptions class

Class for XPS-as-PDF saving options.

public class PdfSaveOptions : SaveOptions

Constructors

NameDescription
PdfSaveOptions()Creates new instance of options.

Properties

NameDescription
AdditionalFontsFolders { get; set; }Specifies additional folders where converter should find fonts for input document. Default folder are standard fonts folder where OS finds fonts for internal needs.
virtual Debug { get; set; }Specifies whether debug information must be printed to standard output stream or not.
EncryptionDetails { get; set; }Gets or sets a encryption details. If not set, then no encryption will be performed.
virtual Exceptions { get; }Returns a list of suppressed conversion errors If !:SuppressErrors is true.
ImageCompression { get; set; }Specifies compression type to be used for all images in the document. Default is Auto.
JpegQualityLevel { get; set; }The Quality category specifies the level of compression for an image. Available values are 0 to 100. The lower the number specified, the higher the compression and therefore the lower the quality of the image. 0 value results in lowest quality image, while 100 results in highest.
OutlineTreeExpansionLevel { get; set; }Specifies up to what level the document outline should be expanded when the PDF file is opened in a viewer. 1 - only the first level outline items are shown, 2 - only the first and second level outline items are shown, and so on. Default is 1.
OutlineTreeHeight { get; set; }Specifies the height of the document outline tree to save. 0 - the outline tree will not be converted, 1 - only the first level outline items will be converted, ans so on. Default is 10.
PageNumbers { get; set; }Gets/sets the array of numbers of pages to convert.
virtual SupressErrors { get; set; }Specifies whether errors must be suppressed or not. If true suppressed errors are added to Exceptions list. If false the first error will terminate the program.
TextCompression { get; set; }Specifies compression type to be used for all content streams except images. Default is Flate.

See Also