Gets the number of quads in a word.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_word_get_quad_count ( HIG_PDF_WORD hWord, LPWORD lpnQuadCount ); |
Name | Type | Description |
---|---|---|
hWord | HIG_PDF_WORD | The word whose quad count is obtained. |
lpnQuadCount | LPWORD | The number of quads in the word. |
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.
This function does not process image pixels.
Error count.