PdfSaveOptions Properties

Aspose.Note for .NET API

PdfSaveOptions Properties

The PdfSaveOptions type exposes the following members.

Properties
  NameDescription
Public propertyPageCount
Gets or sets the number of pages to save. By default is MaxValue which means all pages of the document will be rendered.
Public propertyPageIndex
Gets or sets the index of the first page to save. By default is 0.
Public propertyPageSplittingAlgorithm
Gets or sets algorithm used for page splitting.
Public propertySaveFormat
Gets or sets the format in which the document is saved.
(Inherited from SaveOptions.)
Top
See Also