ExifTagImageSamplesPerPixel Property

Gets the SamplesPerPixel EXIF tag.

Description: The number of components per pixel. Since this standard applies to RGB and YCbCr images, the value set for this tag is 3. In JPEG compressed data a JPEG marker is used instead of this tag.
Id: 277 (0x0115)
Type: Short

Definition

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

Property Value

ExifTag

See Also