ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Objects Reference / Basic Objects / HIG_PDF_BASSTR / IG_PDF_basstr_get_value
In This Topic
    IG_PDF_basstr_get_value
    In This Topic

    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.