ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats Namespace / ImGearEXIFInterOpTagIDs Enumeration




ImGearEXIFInterOpTagIDs Enumeration
Lists all EXIF Interoperability tag identifiers.
Syntax
'Declaration
 
Public Enum ImGearEXIFInterOpTagIDs 
   Inherits System.Enum
 
'Usage
 
Dim instance As ImGearEXIFInterOpTagIDs
Members
MemberValueDescription
FORMAT1102EXIF_Interoperability metadata format identifier.
INTEROPERABILITYINDEX1Interoperability index.
INTEROPERABILITYVERSION2Interoperability version.
RELATEDIMAGEFILEFORMAT4096Related image file format.
RELATEDIMAGELENGTH4098Related image length.
RELATEDIMAGEWIDTH4097Related image width.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Formats.ImGearEXIFInterOpTagIDs

See Also