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_BASSTREAM / IG_PDF_basstream_get_value
In This Topic
    IG_PDF_basstream_get_value
    In This Topic

    Copies at most nBufferLenbytes from object's stream value into lpBuffer, and stores the actual length of the basic string in lpnStreamLen.

    Declaration:

     
    Copy Code
    AT_ERRCOUNTACCUAPI IG_PDF_basstream_get_value(
            HIG_PDF_BASOBJ hStream,
            LPBYTE lpBuffer,
            LONG nBufferLen,
            LPLONG lpnStreamLen
    );
    

    Arguments:

    Name Type Description

    hStream

    HIG_PDF_BASOBJ

    The Basic stream object.

    lpBuffer

    LPBYTE

    The buffer into which the original stream content is copied or NULL.

    nBufferLen

    LONG

    The length of buffer or 0.

    lpnStreamLen

    LPLONG

    The length of the original stream in bytes. Must be a non-NULL pointer.

    Return Value:

    Error count.