ImageGear .NET
Identifier Property (ImGearDublinCoreXMPMetadata)




Gets or sets Identifier property of the XMP Dublin Core schema.
Syntax
public ImGearXMPString Identifier {get; set;}
public: __property ImGearXMPString* get_Identifier();
public: __property void set_Identifier( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ Identifier {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}
'Declaration
 
Public Property Identifier As ImGearXMPString
 
'Usage
 
Dim instance As ImGearDublinCoreXMPMetadata
Dim value As ImGearXMPString
 
instance.Identifier = value
 
value = instance.Identifier

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property specifies unique identifier of the resource.
See Also

Reference

ImGearDublinCoreXMPMetadata Class
ImGearDublinCoreXMPMetadata Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback