PresentationLoadOptions
Leave feedback
On this page
Represents document loading options for a Presentation document.
public sealed class PresentationLoadOptions : LoadOptions
| Name | Description |
|---|---|
| PresentationLoadOptions() | Initializes a new instance of the PresentationLoadOptions class. |
| PresentationLoadOptions(string) | Initializes a new instance of the PresentationLoadOptions class with a specified password. |
| Name | Description |
|---|---|
| static Default { get; } | Gets the default value for the PresentationLoadOptions class. |
| FileType { get; set; } | Gets or sets the type of the file, indicating its type (e.g., docx, pdf, xlsx, etc.). |
| FormatFamily { get; set; } | Gets or sets the format family of the document, indicating its type (e.g., Image, Pdf, Spreadsheet, etc.). |
| Password { get; set; } | Gets or sets the password for opening an encrypted document. |
- class LoadOptions
- namespace GroupDocs.Watermark.Options.Presentation
- assembly GroupDocs.Watermark
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.