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

Glossary Item Box

This function creates a new instance of rich text annotation (IG_ARTX_MARK_RICH_TEXT).

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_ARTX_richtext_create(
        LPAT_RECTANGLE pRectangle,
        LPSTR lpszText,
        LPAT_ARTX_BORDER pBorder,
        LPAT_RGBQUAD pFillColor,
        AT_INT nOpacity,
        LPHIG_ARTX_RICHTEXT lphMark
);

Arguments:

pRectangle Annotation bounding rectangle.
lpszText Pointer to buffer with annotation text (in RTF format).
pBorder Attributes of annotation border, or NULL if no border should be used.
pFillColor Annotation fill color.
nOpacity Annotation opacity value.
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.