com.groupdocs.annotation.options

Class LoadOptions



  • public class LoadOptions
    extends Object

    Allows to specify additional options (such as password) when opening a document to annotate.

    • Constructor Detail

      • LoadOptions

        public LoadOptions()
    • Method Detail

      • getPassword

        public final String getPassword()

        Document password

        Returns:
      • getVersion

        public final Object getVersion()

        Sets what version of document will be load. Default State - last

        Returns:
      • setPassword

        public final void setPassword(String value)

        Document password

        Parameters:
        value -
      • setVersion

        public final void setVersion(Object value)

        Sets what version of document will be load. Default State - last

        Parameters:
        value -