SaveOptions

Overview

SaveOptions is a class in Aspose.Note FOSS for Python.

SaveOptions.SaveFormat specifies the output format for saving the document.

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