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

    Handle to the PDF stream object. A data stream that may be a buffer in memory, or an arbitrary user-written procedure. Typically used to extract or provide data.

    Members:

    IG_PDF_stream_open_mem_for_read Creates a read-only PDF stream from a memory-resident buffer.
    IG_PDF_stream_read_CB_register Creates a read-only PDF stream from an arbitrary data-producing procedure.
    IG_PDF_stream_write_CB_register Creates a PDF stream from an arbitrary data-producing procedure.
    IG_PDF_stream_read Creates a read-only PDF stream from an arbitrary data-producing procedure.
    IG_PDF_stream_flush Flushes any buffered data to the specified stream.
    IG_PDF_stream_close Closes the specified stream.