ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats Namespace / IImGearFormat Interface / Name Property




In This Topic
Name Property (IImGearFormat)
In This Topic
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

Property Value

String containing the format's name.
See Also