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




In This Topic
ID Property (IImGearFormat)
In This Topic
Gets the ID of the format.
Syntax
'Declaration
 
ReadOnly Property ID As ImGearFormats
 
'Usage
 
Dim instance As IImGearFormat
Dim value As ImGearFormats
 
value = instance.ID

Property Value

Any member of the ImGearFormats enumeration except ImGearFormats.UNKNOWN.
See Also