LoadOptions Class
Allows to specify additional options (such as password) when opening a document to annotate.
Inheritance Hierarchy
SystemObject
  GroupDocs.Annotation.OptionsLoadOptions

Namespace: GroupDocs.Annotation.Options
Assembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 22.9.0.0 (22.9)
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 propertyFontDirectories
List of font directories to load custom fonts from
Public propertyPassword
Document password
Public propertyVersion
Sets what version of document will be load. Default State - last
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