SaveFileFormat Enumeration |
Enumeration for saving diagram format selection.
Namespace:
Aspose.Diagram
Assembly:
Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum SaveFileFormat
Public Enumeration SaveFileFormat
public enum class SaveFileFormat
Members
| Member name | Value | Description |
---|
| VDX | 0 |
MS Visio VDX xml format.
|
| VSX | 1 |
MS Visio VSX xml stensil 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.
|
| PDF | 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.
|
See Also