NotebookLoadOptions Class

Options used to load a notebook.
Inheritance Hierarchy
SystemObject
  Aspose.NoteNotebookLoadOptions

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

The NotebookLoadOptions type exposes the following members.

Constructors
  NameDescription
Public methodNotebookLoadOptions
Initializes a new instance of the NotebookLoadOptions class.
Properties
  NameDescription
Public propertyDeferredLoading
Gets or sets a value indicating whether children documents should be loaded explicitly later.
Public propertyInstantLoading
Gets or sets a value indicating whether children documents should be loaded while the parent document is loading.
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