Gets a data stream for an image.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_PDE_image_get_data_stream ( HIG_PDE_IMAGE hImage, LONG nFlags, LPHIG_PDF_STREAM lphStream ); |
Name | Type | Description |
---|---|---|
hImage | HIG_PDE_IMAGE | Image whose data stream is obtained. |
nFlags | LONG | enumIGPDEImageDataFlags flags. If the AT_PDE_IMAGE_ENCODED_DATA flag is set, data is returned in encoded form. Otherwise, data is decoded. |
lphStream | LPHIG_PDF_STREAM | Stream for hImage. |
Error count.
This function does not process image pixels.
May only be called for XObject images.
The caller must dispose of the returned stream by calling IG_PDF_stream_close.