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




In This Topic
FlashpixVersion Property (ImGearEXIFXMPMetadata)
In This Topic
Gets or sets FlashpixVersion property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property FlashpixVersion As ImGearXMPString
 
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPString
 
instance.FlashpixVersion = value
 
value = instance.FlashpixVersion

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property represents EXIF tag 40960 (0xA000) and specifies version of FlashPix.
See Also