ImageGear for C and C++ on Linux v20.0 - Updated
IG_PDE_clip_get_element
API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Page Editing Objects and Elements > HIG_PDE_CLIP > IG_PDE_clip_get_element

Gets an element from a clip object.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI IG_PDE_clip_get_element(
        HIG_PDE_CLIP hClip,
        LONG nIndex,
        LPHIG_PDE_ELEMENT lphElement
);

Arguments:

Name Type Description
hClip HIG_PDE_CLIP The clip object from which an element is obtained.
nIndex LONG Index of element to get from clip.
lphElement LPHIG_PDE_ELEMENT The element from the clip object.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

Is this page helpful?
Yes No
Thanks for your feedback.