Enum LoadFileFormat
LoadFileFormat enumeration
Enumeration for loading diagram format selection.
public enum LoadFileFormat
Values
| Name | Value | Description |
|---|---|---|
| Vdx | 0 | MS Visio VDX xml format. |
| Vsd | 1 | MS Visio Vsd binary format. |
| Vsx | 2 | MS Visio Vsx xml stencil format. |
| Vss | 3 | MS Visio Vss binary stencil format. |
| Vtx | 4 | MS Visio Vtx xml template format. |
| Vst | 5 | MS Visio Vst binary template format. |
| Vdw | 6 | MS Visio Vdw web drawing format. |
| Vsdx | 7 | MS Visio 2013 Vsdx file format. |
| Vstx | 8 | MS Visio 2013 Vstx Template file format. |
| Vssx | 9 | MS Visio 2013 Vssx file format. |
| Vsdm | 10 | MS Visio Vsdm file format which enable macros. |
| Vssm | 11 | MS Visio Vssm file format which enable macros. |
| Vstm | 12 | MS Visio Vstm file format which enable macros. |
| Html | 13 | Html. |
See Also
- namespace Aspose.Diagram
- assembly Aspose.Diagram