Enum SaveFileFormat
SaveFileFormat enumeration
Enumeration for saving diagram format selection.
public enum SaveFileFormat
Values
Name | Value | Description |
---|---|---|
Vdx | 0 | MS Visio Vdx xml format. |
Vsx | 1 | MS Visio Vsx xml stencil format. |
Vtx | 2 | MS Visio Vst xml template format. |
Tiff | 3 | Tiff image format. |
Png | 4 | Png image format. |
Bmp | 5 | Bmp image format. |
Emf | 6 | EMF image format. |
Jpeg | 7 | Jpeg image format. |
8 | Pdf format. | |
Xps | 9 | Xps format. |
Gif | 10 | Gif format. |
Html | 11 | Html format. |
Svg | 12 | Svg format. |
Swf | 13 | Swf format. |
Xaml | 14 | Xaml format. |
Vsdx | 15 | MS Visio 2013 Vsdx file format. |
Vstx | 16 | MS Visio 2013 Vstx file format,Template file. |
Vssx | 17 | MS Visio 2013 Vssx file format |
Vsdm | 18 | MS Visio Vsdm file format which enable macros. |
Vssm | 19 | MS Visio Vssm file format which enable macros. |
Vstm | 20 | MS Visio Vstm file format which enable macros. |
Csv | 21 | Comma-Separated Values(CSV) text file. |
Vsd | 22 | MS Visio Vsd binary format. |
See Also
- namespace Aspose.Diagram
- assembly Aspose.Diagram