asposediagram.api

Class SaveFileFormat

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

Field Summary
const  intVDX
MS Visio Vdx xml format.
const  intVSX
MS Visio Vsx xml stencil format.
const  intVTX
MS Visio Vst xml template format.
const  intTIFF
Tiff image format.
const  intPNG
Png image format.
const  intBMP
Bmp image format.
const  intEMF
EMF image format.
const  intJPEG
Jpeg image format.
const  intPDF
Pdf format.
const  intXPS
Xps format.
const  intGIF
Gif format.
const  intHTML
Html format.
const  intSVG
Svg format.
const  intXAML
Xaml format.
const  intVSDX
MS Visio 2013 Vsdx file format.
const  intVSTX
MS Visio 2013 Vstx file format,Template file.
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.
const  intCSV
Comma-Separated Values(CSV) text file.
 

    • Field Detail

      • VDX

        const int VDX
        MS Visio Vdx xml format.
      • VSX

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

        const int VTX
        MS Visio Vst xml template format.
      • TIFF

        const int TIFF
        Tiff image format.
      • PNG

        const int PNG
        Png image format.
      • BMP

        const int BMP
        Bmp image format.
      • EMF

        const int EMF
        EMF image format.
      • JPEG

        const int JPEG
        Jpeg image format.
      • PDF

        const int PDF
        Pdf format.
      • XPS

        const int XPS
        Xps format.
      • GIF

        const int GIF
        Gif format.
      • HTML

        const int HTML
        Html format.
      • SVG

        const int SVG
        Svg format.
      • XAML

        const int XAML
        Xaml format.
      • VSDX

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

        const int VSTX
        MS Visio 2013 Vstx file format,Template file.
      • 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.
      • CSV

        const int CSV
        Comma-Separated Values(CSV) text file.