ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMetadataNode Class / FormatName Property




In This Topic
FormatName Property
In This Topic
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

Property Value

Any string name of format.
See Also