SaveFileFormat

SaveFileFormat enumeration

Enumeration for saving diagram format selection.

public enum SaveFileFormat

Values

NameValueDescription
Vdx0MS Visio Vdx xml format.
VDX0
Vsx1MS Visio Vsx xml stencil format.
VSX1
Vtx2MS Visio Vst xml template format.
VTX2
Tiff3Tiff image format.
TIFF3
Png4Png image format.
PNG4
Bmp5Bmp image format.
BMP5
Emf6EMF image format.
EMF6
Jpeg7Jpeg image format.
JPEG7
Pdf8Pdf format.
PDF8
Xps9Xps format.
XPS9
Gif10Gif format.
GIF10
Html11Html format.
HTML11
Svg12Svg format.
SVG12
Swf13Swf format.
SWF13
Xaml14Xaml format.
XAML14
Vsdx15MS Visio 2013 Vsdx file format.
VSDX15
Vstx16MS Visio 2013 Vstx file format,Template file.
VSTX16
Vssx17MS Visio 2013 Vssx file format
VSSX17
Vsdm18MS Visio Vsdm file format which enable macros.
VSDM18
Vssm19MS Visio Vssm file format which enable macros.
VSSM19
Vstm20MS Visio Vstm file format which enable macros.
VSTM20

See Also