PdfSaveOptions Class
Aspose.Note for .Net
PdfSaveOptions Class |
Allows to specify additional options when rendering document pages to PDF.
Namespace: Aspose.Note.Saving
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1
The PdfSaveOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfSaveOptions |
Initializes a new instance of the PdfSaveOptions class.
|
| Name | Description | |
|---|---|---|
| PageCount |
Gets or sets the number of pages to save. By default is MaxValue
which means all pages of the document will be rendered.
| |
| PageIndex |
Gets or sets the index of the first page to save. By default is 0.
| |
| PageSplittingAlgorithm |
Gets or sets algorithm used for page splitting.
| |
| SaveFormat |
Gets or sets the format in which the document is saved.
(Inherited from SaveOptions.) |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |