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