ExifTagIop Class

Contains EXIF tags for Iop group (IFD).

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public static class Iop
Inheritance
Object    ExifTagIop

Properties

InteroperabilityIndex

Gets the InteroperabilityIndex EXIF tag.

Description: Indicates the identification of the Interoperability rule. Use "R98" for stating ExifR98 Rules. Four bytes used including the termination code (NULL). see the separate volume of Recommended Exif Interoperability Rules (ExifR98) for other tags used for ExifR98.
Id: 1 (0x0001)
Type: Ascii

InteroperabilityVersion

Gets the InteroperabilityVersion EXIF tag.

Description: Interoperability version
Id: 2 (0x0002)
Type: Undefined

RelatedImageFileFormat

Gets the RelatedImageFileFormat EXIF tag.

Description: File format of image file
Id: 4096 (0x1000)
Type: Ascii

RelatedImageLength

Gets the RelatedImageLength EXIF tag.

Description: Image height
Id: 4098 (0x1002)
Type: Long

RelatedImageWidth

Gets the RelatedImageWidth EXIF tag.

Description: Image width
Id: 4097 (0x1001)
Type: Long

See Also