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

NameTypeAccessDescription
SaveFormatSaveFormatReadSpecifies the output format for saving the document
PageIndex``ReadGets or sets the zero‑based index of the first page to save
PageCount``ReadGets or sets the number of pages to include in the save operation
FontsSubsystem``ReadConfigures the font handling subsystem used during saving

Methods

SignatureDescription
__init__(save_format: SaveFormat, PageIndex: int, PageCount: int | None, FontsSubsystem: Any | None)

See Also