LoadOptions

LoadOptions class

Allows to specify additional options when loading a diagram into a Diagram object.

public class LoadOptions

Constructors

Name Description
LoadOptions() Initializes a new instance of this class with default values.
LoadOptions(LoadFileFormat) Initializes a new instance of this class with the format specified.

Properties

Name Description
CultureInfo { get; set; } Gets or sets the system culture info at the time the file was loaded.
InterruptMonitor { get; set; } Gets and sets the interrupt monitor.
LoadFormat { get; set; } Specifies the format of the diagram to be loaded. Default is VSD. Read/write LoadFileFormat.
Pages { get; set; } Specifies the index of the pages to be loaded.

See Also