This function returns the state of undo actions recording of specified type.
Declaration:
Copy Code |
|
|---|---|
AT_ERRCOUNT IG_ARTX_page_undo_action_is_enabled(
HIG_ARTX_PAGE hPage,
enumIGArtXUndoAction nAction,
LPAT_BOOL pbState
);
|
|
Arguments:
| hPage | ArtX page handle. |
| nAction | Action type to check. See enumIGArtXUndoAction description for more info. |
| pbState | Pointer to storage for function result. |
Return Value:
Error count.
Supported Raster Image Formats:
This function does not process image pixels.
