ImageGear Professional DLL v17.1 for Windows Accusoft
IG_PDF_stream_write_CB_register
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > General Objects > HIG_PDF_STREAM > IG_PDF_stream_write_CB_register

Glossary Item Box

Creates a PDF stream from an arbitrary data-producing procedure.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_PDF_stream_write_CB_register(
        LPFNIG_PDF_STREAM_PROC lpfnWriteProc,
        LPFNIG_PDF_STREAM_DESTROYPROC lpfnDestroyProc,
        LPVOID lpClientData,
        LPHIG_PDF_STREAM lphStream );

Arguments:

lpfnWriteProc User-supplied callback that provides the data for the stream.
lpfnDestroyProc User-supplied callback that destroys the specified stream.
lpClientData Pointer to user-supplied data to pass to lpfnWriteProc each time it is called.
lphStream Handle to the new stream.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Remarks:

The stream is not seek-able.

©2012. Accusoft Corporation. All Rights Reserved.