SaveOptions
Overview
SaveOptions is a class in Aspose.Note FOSS for Python.
SaveOptions.SaveFormat specifies the output format for saving the document.
Description
SaveOptions is a class in the Aspose.Note FOSS library for Python that exposes 0 methods and 4 properties for programmatic use.
The class also provides the SaveFormat property (specifies the output format for saving the document), the PageIndex property (gets or sets the zero‑based index of the first page to save), the PageCount property (gets or sets the number of pages to include in the save operation).
Instances are created through a single constructor that initializes the object with default values.
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) |