DiagramLoadOptions constructor
init
Initializes a new instance of the DiagramLoadOptions
class.
def __init__(self):
...
init
Initializes a new instance of the DiagramLoadOptions
class with a specified password.
def __init__(self, password):
...
Parameter | Type | Description |
---|---|---|
password | str | The password for opening an encrypted Visio document. |
See Also
- module
groupdocs.watermark.options.diagram
- class
DiagramLoadOptions