PdfLoadOptions
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.watermark.options.LoadOptions
public final class PdfLoadOptions extends LoadOptions
Represents document loading options for a pdf document.
| Constructor | Description |
|---|---|
| PdfLoadOptions() | Initializes a new instance of the [PdfLoadOptions](../../com.groupdocs.watermark.options/pdfloadoptions) class. |
| PdfLoadOptions(String password) | Initializes a new instance of the [PdfLoadOptions](../../com.groupdocs.watermark.options/pdfloadoptions) class with a specified password. |
public PdfLoadOptions()
Initializes a new instance of the [PdfLoadOptions](../../com.groupdocs.watermark.options/pdfloadoptions) class.
public PdfLoadOptions(String password)
Initializes a new instance of the [PdfLoadOptions](../../com.groupdocs.watermark.options/pdfloadoptions) class with a specified password.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| password | java.lang.String | The password for opening an encrypted document. |
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.