LoadOptions
LoadOptions class
Represents document loading options when loading a document.
public class LoadOptions
Constructors
Name | Description |
---|---|
LoadOptions() | Initializes a new instance of the LoadOptions class. |
LoadOptions(string) | Initializes a new instance of the LoadOptions class with a specified password. |
Properties
Name | Description |
---|---|
static Default { get; } | Gets the default value for LoadOptions class. |
Password { get; set; } | Gets or sets the password for opening an encrypted document. |
Remarks
Learn more:
- Loading documents
- Load from local disk
- Load from stream
- Load document of specific format
- Load password-protected document
See Also
- namespace GroupDocs.Watermark.Options
- assembly GroupDocs.Watermark