ImageGear v26.5 - Updated
ImageGear.Core Assembly / ImageGear.Formats.EXIF Namespace / ImGearEXIFMetadata Class / Interoperability Property




In This Topic
    Interoperability Property
    In This Topic
    Gets or sets Interoperability Tag value.
    Syntax
    'Declaration
     
    Public Property Interoperability As ImGearEXIFInteropMetadata
    'Usage
     
    Dim instance As ImGearEXIFMetadata
    Dim value As ImGearEXIFInteropMetadata
     
    instance.Interoperability = value
     
    value = instance.Interoperability
    public ImGearEXIFInteropMetadata Interoperability {get; set;}
    public: __property ImGearEXIFInteropMetadata* get_Interoperability();
    public: __property void set_Interoperability( 
       ImGearEXIFInteropMetadata* value
    );
    public:
    property ImGearEXIFInteropMetadata^ Interoperability {
       ImGearEXIFInteropMetadata^ get();
       void set (    ImGearEXIFInteropMetadata^ value);
    }

    Property Value

    ImGearEXIFInteropMetadata class value.
    Remarks
    This property provides access to the EXIF Interoperability IFD metadata.
    See Also