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