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

ConstructorDescription
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

PropertyDescription
load_formatSpecifies the format of the diagram to be loaded. Default is LoadFileFormat.
Read/write LoadFileFormat.
pagesSpecifies the index of the pages to be loaded.
interrupt_monitorGets and sets the interrupt monitor.

See Also