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




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

Property Value

String containing the format's name.
See Also

Reference

IImGearFormat Interface
IImGearFormat Members