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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback