Enum ScreenshotImageFormat
File format for saving screenshots.
public enum ScreenshotImageFormat
Fields
Bmp = 4
Bitmap image format.
Gif = 2
Graphics Interchange Format image format.
Jpeg = 1
Joint Photgraphic Experts Group image format.
Png = 0
W3C Portable Network Graphics image format.
Tiff = 3
Tagged Image File Format image format.