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




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

Property Value

String containing the format's name.
See Also