ImageGear .NET v25.0 - Updated
Name Property (IImGearFormat)




ImageGear.Core Assembly > ImageGear.Formats Namespace > IImGearFormat Interface : Name Property
Gets the short name of the format.
Syntax
'Declaration
 
ReadOnly Property Name As String
'Usage
 
Dim instance As IImGearFormat
Dim value As String
 
value = instance.Name
string Name {get;}
__property string* get_Name();
property String^ Name {
   String^ get();
}

Property Value

String containing the format's name.
See Also

Reference

IImGearFormat Interface
IImGearFormat Members