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

Glossary Item Box

Gets the number of quads in a word.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_word_get_quad_count (        HIG_PDF_WORD hWord,         LPWORD lpnQuadCount);

Arguments:

hWord The word whose quad count is obtained.
lpnQuadCount The number of quads in the word.

Remarks:

A quad is a quadrilateral bounding a contiguous piece of a word. Every word has at least one quad. A word has more than one quad, for example, if it is hyphenated and split across multiple lines or if the word is set on a curve rather than on a straight line.

Supported Raster Image Formats:

This function does not process image pixels.

Return Value:

Error count.

©2012. Accusoft Corporation. All Rights Reserved.