ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / ImageUniqueID Property




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

    Property Value

    ImageGear.Formats.XMP.ImGearXMPString class value.
    Remarks
    This XMP property represents EXIF tag 42016 (0xA420) and specifies an identifier assigned uniquely to each image. It is recorded as a 32 character ASCII string, equivalent to hexadecimal notation and 128-bit fixed length.
    See Also