ImageGear Professional DLL v17.1 for Windows Accusoft
IG_PDF_basstr_get_value
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Basic Objects > HIG_PDF_BASSTR > IG_PDF_basstr_get_value

Glossary Item Box

Copies at most nLen bytes from obj's string value into lpString, and stores the actual length of the basic string in lpnBytes.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_basstr_get_value (
        HIG_PDF_BASOBJ hString,
        LPBYTE lpString,
        LONG nLen,
        LPLONG lpnBytes 
);

Arguments:

hString Object.
lpString The buffer into which the original string value is copied or NULL.
nLen The length of buffer or 0.
lpnBytes The length of the original string in bytes. Must be a non-NULL pointer.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

©2012. Accusoft Corporation. All Rights Reserved.