<PackageReference Include="System.Drawing.Common" Version="8.0.0-preview.5.23280.5" />

EncoderParameterValueType

Specifies the data type of the EncoderParameter used with the Save or SaveAdd method of an image.

An 8-bit ASCII value. This field specifies that the array of values is a null-terminated ASCII character string.

An 8-bit unsigned integer.

A 32-bit unsigned integer.

Two long values that specify a range of integer values. The first value specifies the lower end, and the second value specifies the higher end. All values are inclusive at both ends.

A pointer to a block of custom metadata.

A pair of 32-bit unsigned integers. Each pair represents a fraction, the first integer being the numerator and the second integer being the denominator.

A set of four 32-bit unsigned integers. The first two integers represent one fraction, and the second two integers represent a second fraction.

The two fractions represent a range of rational numbers. The first fraction is the smallest rational number in the range, and the second fraction is the largest rational number in the range. The values are inclusive at both ends.

A 16-bit, unsigned integer.

A byte that has no data type defined. The variable can take any value depending on field definition.