ImageGear for C and C++ on Linux v20.0 - Updated
IG_PDF_word_get_length
API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > General Objects > HIG_PDF_WORD > IG_PDF_word_get_length

Gets the number of bytes in a word.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_word_get_length(
        HIG_PDF_WORD hWord, 
                LPWORD lpnLength
);

Arguments:

Name Type Description
hWord HIG_PDF_WORD The word whose character count is obtained.
lpnLength LPWORD The number of characters in the word.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

This function also works on non-Roman systems.

Is this page helpful?
Yes No
Thanks for your feedback.