ImageGear .NET
Name Property (ImGearMetadataNode)




Gets or sets returns string name of tag.
Syntax
public string Name {get; set;}
public: __property string* get_Name();
public: __property void set_Name( 
   string* value
);
public:
property String^ Name {
   String^ get();
   void set (    String^ value);
}
'Declaration
 
Public Property Name As String
 
'Usage
 
Dim instance As ImGearMetadataNode
Dim value As String
 
instance.Name = value
 
value = instance.Name

Property Value

String identifier of medatada tag.
Remarks
Returns tag name from the internal dictionary, or empty string if tag is unknown in ImageGear for .NET.
See Also

Reference

ImGearMetadataNode Class
ImGearMetadataNode Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback