VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Tiff Namespace / ExifInteroperabilityTagId Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    ExifInteroperabilityTagId Enumeration
    In This Topic
    Specifies available identifiers for EXIF Interoperability tags.
    Syntax
    'Declaration
    
    <CLSCompliantAttribute(False)>
    Public Enum ExifInteroperabilityTagId
       Inherits System.Enum
    
    
    [CLSCompliant(False)]
    public enum ExifInteroperabilityTagId : System.Enum
    
    
    [CLSCompliant(False)]
    __value public enum ExifInteroperabilityTagId : public System.Enum
    
    
    [CLSCompliant(False)]
    public enum class ExifInteroperabilityTagId : public System.Enum
    
    
    Members
    MemberDescription
    InteroperabilityIndexIndicates the identification of the Interoperability rule.
    InteroperabilityVersionThe interoperability version.
    RelatedImageFileFormatFile format of image file.
    RelatedImageWidthImage width.
    RelatedImageLengthImage height.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Codecs.ImageFiles.Tiff.ExifInteroperabilityTagId

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also