LoadOptions Class

Options used to load a document.
Inheritance Hierarchy
SystemObject
  Aspose.NoteLoadOptions

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 20.3
Syntax
public class LoadOptions

The LoadOptions type exposes the following members.

Constructors
  NameDescription
Public methodLoadOptions
Initializes a new instance of the LoadOptions class.
Properties
  NameDescription
Public propertyDocumentPassword
Gets or sets a password for the encrypted document content. Value is ignored in case the document is not password protected.
Public propertyLoadHistory
Gets or sets a value indicating whether a document loader should ignore the history. Use this option to decrease memory and CPU usage. Default value is true.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also