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

Glossary Item Box

This function creates a new instance of Text-note annotation (IG_ARTX_MARK_ATTACH_A_NOTE).

Declaration:

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

Arguments:

pRectangle Annotation bounding rectangle.
lpszText Text string drawn on annotation.
lpFont Attributes of font to be used for text drawing.
pFillColor Annotation fill color.
pTextColor Text color.
lphMark Pointer to storage for new annotation handle.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

©2012. Accusoft Corporation. All Rights Reserved.