ImageGear Professional for Linux
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.

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback