Click or drag to resize

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)
Syntax
public enum SaveFileFormat
Members
  Member nameValueDescription
VDX0 MS Visio VDX xml format.
VSX1 MS Visio VSX xml stensil format.
VTX2 MS Visio VST xml template format.
TIFF3 TIFF image format.
PNG4 PNG image format.
BMP5 BMP image format.
EMF6 EMF image format.
JPEG7 JPEG image format.
PDF8 PDF format.
XPS9 XPS format.
GIF10 Gif format.
HTML11 HTML format.
SVG12 SVG format.
SWF13 SWF format.
XAML14 XAML format.
VSDX15 MS Visio 2013 VSDX file format.
VSTX16 MS Visio 2013 VSTX file format,Template file.
VSSX17 MS Visio 2013 VSSX file format
VSDM18 MS Visio VSDM file format which enable macros.
VSSM19 MS Visio VSSM file format which enable macros.
VSTM20 MS Visio VSTM file format which enable macros.
See Also