ExifTagImageRowsPerStrip Property

Gets the RowsPerStrip EXIF tag.

Description: The number of rows per strip. This is the number of rows in the image of one strip when an image is divided into strips. With JPEG compressed data this designation is not needed and is omitted. See also StripOffsets and StripByteCounts.
Id: 278 (0x0116)
Type: Long

Definition

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

Property Value

ExifTag

See Also