ImageGear Professional DLL v17.1 for Windows Accusoft
IG_PDF_word_get_char_style
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > General Objects > HIG_PDF_WORD > IG_PDF_word_get_char_style

Glossary Item Box

Returns a PDF Style object for the specified style in a word.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_word_get_char_style(         HIG_PDF_WORDFINDER hWordFinder,
        HIG_PDF_WORD hWord,         LONG nIndex,         LPHIG_PDF_STYLE lphStyle );

Arguments:

hWordFinder A word finder object.
hWord The word whose character style is obtained.
nIndex The index of the style to obtain. The first style in a word has an index of zero.
lphStyle The obtained style in the word. Returns NULL if nIndex is greater than the number of styles in the word.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

©2012. Accusoft Corporation. All Rights Reserved.