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




ImageGear.Core Assembly > ImageGear.Formats Namespace > IImGearFormat Interface : ID Property
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
ImGearFormats ID {get;}
__property ImGearFormats get_ID();
property ImGearFormats ID {
   ImGearFormats get();
}

Property Value

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

Reference

IImGearFormat Interface
IImGearFormat Members
ImGearFormats Enumeration