LoadOptions Class
Aspose.Note for .Net
LoadOptions Class |
Options used to load a document.
Namespace: Aspose.Note
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1
The LoadOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| LoadOptions |
Initializes a new instance of the LoadOptions class.
|
| Name | Description | |
|---|---|---|
| DocumentPassword |
Gets or sets a password for the encrypted document content. Value is ignored in case the document is not password protected.
| |
| LoadHistory |
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.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |