LoadOptions class

LoadOptions class

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

The LoadOptions type exposes the following members:

Constructors

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

Properties

Property Description
load_format Specifies the format of the diagram to be loaded. Default is LoadFileFormat.
Read/write LoadFileFormat.
pages Specifies the index of the pages to be loaded.
interrupt_monitor Gets and sets the interrupt monitor.

See Also