LoadOptions

Overview

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

LoadOptions.DocumentPassword holds the password used to open encrypted documents, or None if not set.

Properties

NameTypeAccessDescription
DocumentPasswordstr | NoneReadHolds the password used to open encrypted documents, or None if not set
LoadHistoryboolReadIndicates whether the document’s edit history should be loaded when opening the file

See Also