SaveOptions
Overview
SaveOptions is a class in Aspose.Note FOSS for Python.
SaveOptions.SaveFormat specifies the output format for saving the document.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
SaveFormat | SaveFormat | Read | Specifies the output format for saving the document |
PageIndex | `` | Read | Gets or sets the zero‑based index of the first page to save |
PageCount | `` | Read | Gets or sets the number of pages to include in the save operation |
FontsSubsystem | `` | Read | Configures the font handling subsystem used during saving |
Methods
| Signature | Description |
|---|---|
__init__(save_format: SaveFormat, PageIndex: int, PageCount: int | None, FontsSubsystem: Any | None) |