ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > General API > IGPDFCtl Control > IGPDFCtl Methods > EnumerateClipElements Method |
Enumerates all of the PDE Elements for a given clip in a flattened manner with ClipEnumerate Event. In other words, PDE Containers and PDE Groups nested in the PDE Clip will not be handed back, but any PDE Paths and PDE Texts nested in them will be. Additionally, PDE Place objects inside the PDE Clip are not returned.
EnumerateClipElements (Clip As IGPDEClip) As Boolean
Name | Description |
---|---|
Clip | The PDE Clip to enumerate. |
True if successful, False otherwise.