Class SaveOptions

SaveOptions class

An abstract base class which represents document saving options for a particular format.

public abstract class SaveOptions

Properties

NameDescription
FontsSubsystem { get; set; }Gets or sets font’s settings to be used while saving
PageCount { get; set; }Gets or sets the number of pages to save. By default is MaxValue which means all pages of the document will be rendered.
PageIndex { get; set; }Gets or sets the index of the first page to save. By default is 0.
SaveFormat { get; }Gets the format in which the document is saved.

See Also