This function enables or disables recording of undo actions.
Copy Code
|
|
---|---|
AT_ERRCOUNT IG_ARTX_page_undo_enable( HIG_ARTX_PAGE hPage, AT_BOOL bState ); |
Name | Type | Description |
---|---|---|
hPage | HIG_ARTX_PAGE | ArtX page handle. |
bState | AT_BOOL | When TRUE, undo recording is enabled; when FALSE, it is disabled. |
Error count.
This function does not process image pixels.