ImageGear .NET
ExifVersion Property (ImGearEXIFXMPMetadata)




Gets or sets ExifVersion property of the EXIF XMP schema.
Syntax
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);
}
'Declaration
 
Public Property ExifVersion As ImGearXMPString
 
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPString
 
instance.ExifVersion = value
 
value = instance.ExifVersion

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