ImageGear Professional DLL v17.1 for Windows Accusoft
IG_PDE_textitem_get_gstate
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Page Editing Objects and Elements > HIG_PDE_TEXTITEM > IG_PDE_textitem_get_gstate

Glossary Item Box

Gets the graphics state for a text item.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_PDE_textitem_get_gstate(
        HIG_PDE_TEXT hTextItem,
        LPAT_PDE_GRAPHICSTATE lpGstate );

Arguments:

hTextItem Text item whose graphic state is obtained.
lpGstate Pointer to AT_PDE_GRAPHICSTATE structure with graphics state of the text item.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

Non-NULL objects in the graphic state, such as the fill and stroke color spaces, have their reference counts incremented by this function. Be sure to release these non-NULL objects when disposing of lpGstate.

©2012. Accusoft Corporation. All Rights Reserved.