ImageGear .NET
Label Property (ImGearBasicXMPMetadata)




Gets or sets Label property of the XMP Basic schema.
Syntax
public ImGearXMPString Label {get; set;}
public: __property ImGearXMPString* get_Label();
public: __property void set_Label( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ Label {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}
'Declaration
 
Public Property Label As ImGearXMPString
 
'Usage
 
Dim instance As ImGearBasicXMPMetadata
Dim value As ImGearXMPString
 
instance.Label = value
 
value = instance.Label

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property specifies a word or short phrase that identifies a document as a member of a user-defined collection.
See Also

Reference

ImGearBasicXMPMetadata Class
ImGearBasicXMPMetadata Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback