ImageGear .NET - Updated
FlashpixVersion Property (ImGearEXIFXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearEXIFXMPMetadata Class : FlashpixVersion Property
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
public ImGearXMPString FlashpixVersion {get; set;}
public: __property ImGearXMPString* get_FlashpixVersion();
public: __property void set_FlashpixVersion( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ FlashpixVersion {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

Property Value

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

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members