asposediagram.api

Class LoadFileFormat

Utility class containing constants. Enumeration for loading diagram format selection.

Field Summary
const  intVDX
MS Visio VDX xml format.
const  intVSD
MS Visio Vsd binary format.
const  intVSX
MS Visio Vsx xml stencil format.
const  intVSS
MS Visio Vss binary stencil format.
const  intVTX
MS Visio Vtx xml template format.
const  intVST
MS Visio Vst binary template format.
const  intVDW
MS Visio Vdw web drawing format.
const  intVSDX
MS Visio 2013 Vsdx file format.
const  intVSTX
MS Visio 2013 Vstx Template file format.
const  intVSSX
MS Visio 2013 Vssx file format.
const  intVSDM
MS Visio Vsdm file format which enable macros.
const  intVSSM
MS Visio Vssm file format which enable macros.
const  intVSTM
MS Visio Vstm file format which enable macros.
 

    • Field Detail

      • VDX

        const int VDX
        MS Visio VDX xml format.
      • VSD

        const int VSD
        MS Visio Vsd binary format.
      • VSX

        const int VSX
        MS Visio Vsx xml stencil format.
      • VSS

        const int VSS
        MS Visio Vss binary stencil format.
      • VTX

        const int VTX
        MS Visio Vtx xml template format.
      • VST

        const int VST
        MS Visio Vst binary template format.
      • VDW

        const int VDW
        MS Visio Vdw web drawing format.
      • VSDX

        const int VSDX
        MS Visio 2013 Vsdx file format.
      • VSTX

        const int VSTX
        MS Visio 2013 Vstx Template file format.
      • VSSX

        const int VSSX
        MS Visio 2013 Vssx file format.
      • VSDM

        const int VSDM
        MS Visio Vsdm file format which enable macros.
      • VSSM

        const int VSSM
        MS Visio Vssm file format which enable macros.
      • VSTM

        const int VSTM
        MS Visio Vstm file format which enable macros.