1. GroupDocs.Metadata
  2. /
  3. GroupDocs.Metadata for .NET
  4. /
  5. GroupDocs.Metadata.Options
  6. /
  7. LoadOptions

LoadOptions

LoadOptions class

Allows a developer to specify additional options (such as a password) when loading a file.

public class LoadOptions

Constructors

Name Description
LoadOptions() Initializes a new instance of the LoadOptions class.
LoadOptions(FileFormat) Initializes a new instance of the LoadOptions class.

Properties

Name Description
FileFormat { get; } Gets the exact type of the file that is to be loaded. The default value is Unknown which means that the type should be detected automatically.
Password { get; set; } Gets or sets the password for opening an encrypted document.

Remarks

Learn more

See Also