DiagramLoadOptions

DiagramLoadOptions()

Initializes a new instance of the DiagramLoadOptions class.

public DiagramLoadOptions()

See Also


DiagramLoadOptions(string)

Initializes a new instance of the DiagramLoadOptions class with a specified password.

public DiagramLoadOptions(string password)
Parameter Type Description
password String The password for opening an encrypted Visio document.

See Also