This function creates a GUI action object of type Mark Edit.
Copy Code
|
|
---|---|
AT_ERRCOUNT IG_ARTX_action_begin_edit( HIG_ARTX_PAGE hArtPage, LPAT_ARTX_DRAW_PARAMS pDrawParams, HIG_ARTX_MARK hMark, LPAT_ARTX_EDIT_PARAMS pEditParams, LPHIG_ARTX_ACTION lphAction ); |
Name | Type | Description |
---|---|---|
hArtPage | HIG_ARTX_PAGE | ArtX page handle. |
pDrawParams | LPAT_ARTX_DRAW_PARAMS | Parameters required for action drawing. |
hMark | HIG_ARTX_MARK | Handle of annotation to edit. |
pEditParams | LPAT_ARTX_EDIT_PARAMS | Editing parameters returned by the method. |
lphAction | LPHIG_ARTX_ACTION | Pointer to storage for function result. |
Error count.
This function does not process image pixels.
This action object can be used to editing TEXT and RTF annotations.