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

Glossary Item Box

Gets the number of bytes comprising the next code in a string of single or multi-byte character codes.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_PDE_font_get_codebyte_count(
        HIG_PDE_FONT hFont,
        LPBYTE lpText,
        LONG nTextLen,
        LPUINT lpnCount );

Arguments:

hFont PDE font object.
lpText Pointer into a string of characters.
nTextLen The length, in bytes, of the string of characters, starting with the character pointed to by lpText.
lpnCount Number of bytes in the next character code pointed to by lpText.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

©2012. Accusoft Corporation. All Rights Reserved.