ImageGear Professional DLL v17.1 for Windows Accusoft
IG_ARTX_action_begin_edit
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > ArtX Component API Reference > ArtX Component Objects Reference > HIG_ARTX_ACTION > IG_ARTX_action_begin_edit

Glossary Item Box

This function creates a GUI action object of type Mark Edit.

Declaration:

  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
);

Arguments:

hArtPage ArtX page handle. See HIG_ARTX_PAGE.
pDrawParams Parameters required for action drawing.
hMark Handle of annotation to edit. See HIG_ARTX_MARK.
pEditParams Editing parameters returned by the method.
lphAction Pointer to storage for function result.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

This action object can be used to editing TEXT and RTF annotations.

©2012. Accusoft Corporation. All Rights Reserved.