ImageGear Professional v18.2 > API Reference Guide > Formats Component API Reference > Formats Component Interfaces > IIGFormats Interface > IIGFormats Methods > CreateObject Method |
Creates a new instance of any Formats object. Returns an IIGObject interface.
CreateObject(ObjType as enumIGFormatsObjType) as IGObject
Name | Description |
---|---|
ObjType | Specifies a type of created object |
A new object of the requested type
N/A
Core