Callback for IG_PDE_clip_enumerate_elements(), which enumerates all of a PDE Clip's PDE Elements in a flattened manner.
Declaration:
Copy Code | |
---|---|
typedef AT_PDF_BOOL (LPACCUAPI LPFNIG_PDE_CLIP_ENUMPROC)( HIG_PDE_ELEMENT hElement, LPVOID clientData ); |
Arguments:
Name | Type | Description |
hElement | HIG_PDE_ELEMENT | The PDE Element currently being enumerated. |
clientData | LPVOID | User-supplied data that was passed in the call to IG_PDE_clip_enumerate_elements. |
Return Value:
If FALSE, enumeration halts. If TRUE, enumeration continues.
Supported Raster Image Formats:
This function does not process image pixels.