This function allows you to enable or disable undo operations.
Declaration:
Copy Code | |
---|---|
AT_ERRCOUNT ART_edit_undo_enable( HIGEAR hIGear, BOOL bEnable ); |
Arguments:
Name | Type | Description |
hIGear | HIGEAR | HIGEAR handle to the image. |
bEnable | BOOL | A flag of type BOOL that allows you to enable or disable undo operations. |
Return Value:
Returns the number of ImageGear errors that occurred during the function call.
Supported Raster Image Formats:
All pixel formats supported by ImageGear Professional.
Sample:
None