ImageGear for C and C++ on Linux v20.0 - Updated
IG_PDF_basstr_get_value
API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Basic Objects > HIG_PDF_BASSTR > IG_PDF_basstr_get_value

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:

Name Type Description
hString HIG_PDF_BASOBJ Object.
lpString LPBYTE The buffer into which the original string value is copied or NULL.
nLen LONG The length of buffer or 0.
lpnBytes LPLONG 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.

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