ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / ExifVersion Property




In This Topic
ExifVersion Property (ImGearEXIFXMPMetadata)
In This Topic
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

Property Value

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