ImageGear v26.0 - Updated
Interoperability Property




ImageGear.Core Assembly > ImageGear.Formats.EXIF Namespace > ImGearEXIFMetadata Class : Interoperability Property
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

Reference

ImGearEXIFMetadata Class
ImGearEXIFMetadata Members
ImGearEXIFInteropMetadata Class

Is this page helpful?
Yes No
Thanks for your feedback.