ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Objects Reference / Page Editing Objects and Elements / HIG_PDE_POSTSCRIPT / IG_PDE_postscript_get_data
In This Topic
    IG_PDE_postscript_get_data
    In This Topic

    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.