ImageGear .NET v25.1 - Updated
FormatName Property




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearMetadataNode Class : FormatName Property
Gets the name of the type of the file format to which metadata belongs.
Syntax
'Declaration
 
Public ReadOnly Property FormatName As String
'Usage
 
Dim instance As ImGearMetadataNode
Dim value As String
 
value = instance.FormatName
public string FormatName {get;}
public: __property string* get_FormatName();
public:
property String^ FormatName {
   String^ get();
}

Property Value

Any string name of format.
See Also

Reference

ImGearMetadataNode Class
ImGearMetadataNode Members