ImageGear .NET
ExifVersion Property (ImGearEXIFXMPMetadata)




Gets or sets ExifVersion property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property ExifVersion As ImGearXMPString
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPString
 
instance.ExifVersion = value
 
value = instance.ExifVersion
public ImGearXMPString ExifVersion {get; set;}
public: __property ImGearXMPString* get_ExifVersion();
public: __property void set_ExifVersion( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ ExifVersion {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property represents EXIF tag 36864 (0x9000) and specifies EXIF version number.
See Also

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback