LoadOptions

LoadOptions class

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

LoadOptions()

Initializes a new instance of this class with default values. Default file format is set as LoadFileFormat .

Properties

NameTypeDescription
LoadFormatintSpecifies the format of the diagram to be loaded. Default is LoadFileFormat . Read/write LoadFileFormat . The value of t
PagesArrayListSpecifies the index of the pages to be loaded.
LoadFilterLoadFilterThe filter to denote how to load data.
InterruptMonitorAbstractInterruptMonitorGets and sets the interrupt monitor.
FontConfigsIndividualFontConfigsGets and sets individual font configs. Only works for the Diagram which uses this LoadOptions to load.
LocaleLocaleGets and sets the Locale used for diagram at the time the file was loaded.