DiagramLoadOptions

DiagramLoadOptions class

Represents document loading options for a Visio document.

public sealed class DiagramLoadOptions : LoadOptions

Constructors

Name Description
DiagramLoadOptions() Initializes a new instance of the DiagramLoadOptions class.
DiagramLoadOptions(string) Initializes a new instance of the DiagramLoadOptions class with a specified password.

Properties

Name Description
static Default { get; } Gets the default value for the DiagramLoadOptions class.
Password { get; set; } Gets or sets the password for opening an encrypted document.

See Also