ImageGear Professional DLL v17.1 for Windows Accusoft
IG_ARTX_text_stamp_create
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_create

Glossary Item Box

This function creates a new instance of Text Stamp annotation (HIG_ARTX_TEXT_STAMP).

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_ARTX_text_stamp_create(
        LPAT_RECTANGLE pRectangle,
        LPSTR lpszText,
        LPAT_ARTX_FONT lpFont,
        LPAT_RGBQUAD pTextColor,
        LPHIG_ARTX_MARK lphMark
);

Arguments:

pRectangle Pointer to the annotation bounding rectangle.
lpszText The annotation text string.
lpFont Pointer to the annotation text font.
pTextColor Pointer to the annotation text color. Specify NULL if text color is transparent.
lphMark Pointer to storage that is overwritten with the new annotation handle.

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:

Upon successful completion:

©2012. Accusoft Corporation. All Rights Reserved.