Enumeration ExportSVGOutputFormat

The ExportSVGOutputFormat enumeration tells the available/desired SVG output format of a SVG export procedure called by DataSessionInterface.exportSVG.

  • EOF_SVG: the final svg file format will be SVG.
  • EOF_SVGZ: the final svg file format will be compressed SVG.
  • EOF_PDF: the final svg file format will be PDF.

AsyncJobs

Enumeration Members

Enumeration Members

EOF_PDF: "pdf"

The final svg file format will be PDF.

EOF_SVG: "svg"

The final svg file format will be SVG.

EOF_SVGZ: "svgz"

The final svg file format will be compressed SVG.