ImageSaveFileFormat enumeration

ImageSaveFileFormat enumeration

Defines different save file formats.

The ImageSaveFileFormat type exposes the following members:

Fields

Field Description
DEFAULT File Format will not be changed.
BMP Saves the document in the Bmp format.
GIF Saves the document in the Gif format.
JPG Saves the document in the Jpg format.
PNG Saves the document in the Png format.
PSD Saves the document in the Psd format.
SVG Saves the document in the Svg format.
TIFF Saves the document in the Tiff format.
WEBP Saves the document in the Webp format.
PDF Saves the document to the Pdf format.

See Also