LoadOptions
Contents
[
Hide
]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
| Name | Type | Description |
|---|---|---|
| LoadFormat | int | Specifies the format of the diagram to be loaded. Default is LoadFileFormat . Read/write LoadFileFormat . The value of t |
| Pages | ArrayList | Specifies the index of the pages to be loaded. |
| LoadFilter | LoadFilter | The filter to denote how to load data. |
| InterruptMonitor | AbstractInterruptMonitor | Gets and sets the interrupt monitor. |
| FontConfigs | IndividualFontConfigs | Gets and sets individual font configs. Only works for the Diagram which uses this LoadOptions to load. |
| Locale | Locale | Gets and sets the Locale used for diagram at the time the file was loaded. |