PresentationLoadOptions
Inheritance: java.lang.Object, com.groupdocs.watermark.options.LoadOptions
public final class PresentationLoadOptions extends LoadOptions
Represents document loading options for a Presentation document.
Constructors
| Constructor | Description | 
|---|---|
| PresentationLoadOptions() | Initializes a new instance of the [PresentationLoadOptions](../../com.groupdocs.watermark.options/presentationloadoptions) class. | 
| PresentationLoadOptions(String password) | Initializes a new instance of the [PresentationLoadOptions](../../com.groupdocs.watermark.options/presentationloadoptions) class with a specified password. | 
PresentationLoadOptions()
public PresentationLoadOptions()
Initializes a new instance of the [PresentationLoadOptions](../../com.groupdocs.watermark.options/presentationloadoptions) class.
PresentationLoadOptions(String password)
public PresentationLoadOptions(String password)
Initializes a new instance of the [PresentationLoadOptions](../../com.groupdocs.watermark.options/presentationloadoptions) class with a specified password.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| password | java.lang.String | The password for opening an encrypted content. |