Class LoadOptions
Contents
[
Hide
]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. |
| FontConfigs { get; set; } | Gets and sets individual font configs. Only works for the Diagram which uses this LoadOptions to load. |
| InterruptMonitor { get; set; } | Gets and sets the interrupt monitor. |
| LoadFilter { get; set; } | The filter to denote how to load data. |
| 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
- namespace Aspose.Diagram
- assembly Aspose.Diagram