<PackageReference Include="System.Drawing.Common" Version="8.0.6" />

EncoderValue

public enum EncoderValue
Used to specify the parameter value passed to a JPEG or TIFF image encoder when using the Save or SaveAdd methods.

Not used in GDI+ version 1.0.

Not used in GDI+ version 1.0.

Specifies the CCITT3 compression scheme. Can be passed to the TIFF encoder as a parameter that belongs to the compression category.

Specifies the CCITT4 compression scheme. Can be passed to the TIFF encoder as a parameter that belongs to the compression category.

Specifies the LZW compression scheme. Can be passed to the TIFF encoder as a parameter that belongs to the Compression category.

Specifies no compression. Can be passed to the TIFF encoder as a parameter that belongs to the compression category.

Specifies the RLE compression scheme. Can be passed to the TIFF encoder as a parameter that belongs to the compression category.

Flush = 20

Specifies that a multiple-frame file or stream should be closed. Can be passed to the TIFF encoder as a parameter that belongs to the save flag category.

Not used in GDI+ version 1.0.

Not used in GDI+ version 1.0.

LastFrame = 19

Specifies the last frame in a multiple-frame image. Can be passed to the TIFF encoder as a parameter that belongs to the save flag category.

Specifies that the image has more than one frame (page). Can be passed to the TIFF encoder as a parameter that belongs to the save flag category.

Not used in GDI+ version 1.0.

Not used in GDI+ version 1.0.

Not used in GDI+ version 1.0.

Not used in GDI+ version 1.0.

Specifies that the image is to be flipped horizontally (about the vertical axis). Can be passed to the JPEG encoder as a parameter that belongs to the transformation category.

Specifies that the image is to be flipped vertically (about the horizontal axis). Can be passed to the JPEG encoder as a parameter that belongs to the transformation category.

Specifies that the image is to be rotated 180 degrees about its center. Can be passed to the JPEG encoder as a parameter that belongs to the transformation category.

Specifies that the image is to be rotated clockwise 270 degrees about its center. Can be passed to the JPEG encoder as a parameter that belongs to the transformation category.

Specifies that the image is to be rotated clockwise 90 degrees about its center. Can be passed to the JPEG encoder as a parameter that belongs to the transformation category.

Not used in GDI+ version 1.0.

Not used in GDI+ version 1.0.