BitmapFileFormat Enum

Definition

This denotes the format used when saving a bitmap to a file.

public enum BitmapFileFormat
type BitmapFileFormat = 
Public Enum BitmapFileFormat
Inheritance
BitmapFileFormat

Fields

Bmp 0

Indicates Windows Imaging Component's bitmap encoder.

Gif 4

Indicates Windows Imaging Component's GIF encoder.

Jpeg 2

Indicates Windows Imaging Component's bitmap JPEG encoder.

JpegXR 5

Indicates Windows Imaging Component's JPEGXR encoder.

Png 1

Indicates Windows Imaging Component's PNG encoder.

Tiff 3

Indicates Windows Imaging Component's TIFF encoder.

Applies to