ExifTagImageBitsPerSample Property

Gets the BitsPerSample EXIF tag.

Description: The number of bits per image component. In this standard each component of the image is 8 bits, so the value for this tag is 8. See also SamplesPerPixel. In JPEG compressed data a JPEG marker is used instead of this tag.
Id: 258 (0x0102)
Type: Short

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public static ExifTag BitsPerSample { get; }

Property Value

ExifTag

See Also