This function returns TRUE if the image is CAD.
Declaration:
Copy Code | |
---|---|
AT_BOOL ACCUAPI IG_image_is_CAD( HIGEAR hIGear); |
Arguments:
Name | Type | Description |
hIGear | HIGEAR | HIGEAR handle of image. |
Return Value:
Returns TRUE if the image is CAD; FALSE - otherwise.
Supported Raster Image Formats:
All pixel formats supported by ImageGear Professional.
Sample:
None