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

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.

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