LoadOptions
Leave feedback
On this page
Allows a developer to specify additional options (such as a password) when loading a file.
public class LoadOptions
| Name | Description |
|---|---|
| LoadOptions() | Initializes a new instance of the LoadOptions class. |
| LoadOptions(FileFormat) | Initializes a new instance of the LoadOptions class. |
| 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. |
Learn more
- Load from a local disk
- Load from a stream
- Load a file of a specific format
- Load a password-protected document
- namespace GroupDocs.Metadata.Options
- assembly GroupDocs.Metadata
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.