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

Glossary Item Box

This function queries the text string.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_ARTX_text_stamp_text_get(
        HIG_ARTX_TEXT_STAMP hMark,
        LPSTR lpszTextBuffer,
        LPAT_UINT pnDataSize
);

Arguments:

hMark Annotation handle.
lpszTextBuffer Pointer to a buffer that is overwritten with a copy of the annotation text string. Specify NULL to determine the required size of this buffer.
pnDataSize Pointer to a variable that contains the size of the lpszTextBuffer buffer.

Return Value:

Returns 0 if successful. Otherwise, returns the number of ImageGear errors that occurred during this function call.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

©2012. Accusoft Corporation. All Rights Reserved.