LoadFileFormat

LoadFileFormat enumeration

Enumeration for loading diagram format selection.

public enum LoadFileFormat

Values

NameValueDescription
Vdx0MS Visio VDX xml format.
VDX0
Vsd1MS Visio Vsd binary format.
VSD1
Vsx2MS Visio Vsx xml stencil format.
VSX2
Vss3MS Visio Vss binary stencil format.
VSS3
Vtx4MS Visio Vtx xml template format.
VTX4
Vst5MS Visio Vst binary template format.
VST5
Vdw6MS Visio Vdw web drawing format.
VDW6
Vsdx7MS Visio 2013 Vsdx file format.
VSDX7
Vstx8MS Visio 2013 Vstx Template file format.
VSTX8
Vssx9MS Visio 2013 Vssx file format.
VSSX9
Vsdm10MS Visio Vsdm file format which enable macros.
VSDM10
Vssm11MS Visio Vssm file format which enable macros.
VSSM11
Vstm12MS Visio Vstm file format which enable macros.
VSTM12

See Also