LoadOptions Class
Provides options that used to open the file.
Inheritance Hierarchy
SystemObject
  GroupDocs.Viewer.OptionsLoadOptions

Namespace: GroupDocs.Viewer.Options
Assembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.9
Syntax
public class LoadOptions

The LoadOptions type exposes the following members.

Constructors
  NameDescription
Public methodLoadOptions
Initializes new instance of LoadOptions class.
Public methodLoadOptions(FileType)
Initializes new instance of LoadOptions class.
Properties
  NameDescription
Public propertyEncoding
The encoding used when opening text-based files or email messages such as CSV, TXT, and MSG. Default value is Default.
Public propertyFileType
The type of the file to open.
Public propertyPassword
The password for opening encrypted file.
Public propertyResourceLoadingTimeout
The external resources e.g. graphics loading timeout. The default value is 30 seconds. This option is supported for Word Processing documents that contain external resources.
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