ImageGear Professional DLL v17.1 for Windows Accusoft
IG_PDE_postscript_get_data
Send Feedback  
ImageGear Professional DLL v17.1 for Windows > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Page Editing Objects and Elements > HIG_PDE_POSTSCRIPT > IG_PDE_postscript_get_data

Glossary Item Box

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.

©2012. Accusoft Corporation. All Rights Reserved.