LoadOptions
Contents
 [
        
            Hide
        ]
    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
- Load from a local disk
 - Load from a stream
 - Load a file of a specific format
 - Load a password-protected document
 
See Also
- namespace GroupDocs.Metadata.Options
 - assembly GroupDocs.Metadata