ImageGear for C and C++ on Linux v20.0 - Updated
IG_PDE_postscript_get_data
API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Page Editing Objects and Elements > HIG_PDE_POSTSCRIPT > IG_PDE_postscript_get_data

Gets all or part of the image data.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_PDE_postscript_get_data (
        HIG_PDE_POSTSCRIPT hPostScript,
        LPBYTE lpBuffer, 
        LONG nBufferSize, 
        LONG nOffset,
        LPLONG lpnBytesWritten
);

Arguments:

Name Type Description
hPostScript HIG_PDE_POSTSCRIPT PDE postscript object.
lpBuffer LPBYTE Receives the data.
nBufferSize LONG Size of the buffer.
nOffset LONG Offset into the source data at which to start filling buffer.
lpnBytesWritten LPLONG The number of bytes written into the buffer. If it is less than nBufferSize, then there is no more data.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

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