ImageGear for C and C++ on Linux v20.0 - Updated
ART_edit_undo_enable
API Reference Guide > ART Component API Reference > ART Component Functions Reference > Edit Undo Functions > ART_edit_undo_enable

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 for C and C++.

Is this page helpful?
Yes No
Thanks for your feedback.