ImageGear Professional DLL v18.1 for Windows
ART_edit_undo_enable
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > ART Component API Reference > ART Component Functions Reference > Edit Undo Functions > ART_edit_undo_enable

Glossary Item Box

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

©2014. Accusoft Corporation. All Rights Reserved.