ImageSaveFileFormat

ImageSaveFileFormat enumeration

Defines different save file formats.

public enum ImageSaveFileFormat

Values

Name Value Description
Default 0 File Format will not be changed.
Bmp 1 Saves the document in the Bmp format.
Gif 2 Saves the document in the Gif format.
Jpg 3 Saves the document in the Jpg format.
Png 4 Saves the document in the Png format.
Psd 5 Saves the document in the Psd format.
Svg 6 Saves the document in the Svg format.
Tiff 7 Saves the document in the Tiff format.
Webp 8 Saves the document in the Webp format.
Pdf 9 Saves the document to the Pdf format.

See Also