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:
hPostScript | PDE postscript object. |
lpBuffer | Receives the data. |
nBufferSize | Size of the buffer. |
nOffset | Offset into the source data at which to start filling buffer. |
lpnBytesWritten | 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.