com.aspose.note

Class LoadOptions



  • public class LoadOptions
    extends Object

    Options used to load a document.

    • Constructor Detail

      • LoadOptions

        public LoadOptions()

        Initializes a new instance of the LoadOptions class.

    • Method Detail

      • getLoadHistory

        public boolean getLoadHistory()

        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.

      • setLoadHistory

        public void setLoadHistory(boolean value)

        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.

      • getDocumentPassword

        public String getDocumentPassword()

        Gets or sets a password for the encrypted document content. Value is ignored in case the document is not password protected.

      • setDocumentPassword

        public void setDocumentPassword(String value)

        Gets or sets a password for the encrypted document content. Value is ignored in case the document is not password protected.