Enumeration Export2DOutputFormat

The Export2DOutputFormat enumeration tells the available/desired 2D output format of a 2D export procedure called by DataSessionInterface.export2D.

  • EOF_PNG: the final image file format will be PNG.
  • EOF_WEBP: the final image file format will be WEBP.
  • EOF_JPEG: the final image file format will be JPEG.

AsyncJobs

Enumeration Members

Enumeration Members

EOF_JPEG: "jpeg"

The final image file format will be JPEG.

EOF_PNG: "png"

The final image file format will be PNG.

EOF_WEBP: "webp"

The final image file format will be WEBP.