ImageGear Professional DLL v18.1 for Windows
IG_PDE_clip_remove_elements
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > PDF Component API Reference > PDF Component Objects Reference > Page Editing Objects and Elements > HIG_PDE_CLIP > IG_PDE_clip_remove_elements

Glossary Item Box

Removes one or more elements from a clip object.

Declaration:

  Copy Code
AT_ERRCOUNT ACCUAPI IG_PDE_clip_remove_elements(
        HIG_PDE_CLIP hClip,
        LONG nIndex,
        LONG nCount 
);

Arguments:

Name Type Description
hClip HIG_PDE_CLIP The clip object from which an element is removed.
nIndex LONG First element to remove.
nCount LONG Number of elements to remove.

Return Value:

Error count.

Supported Raster Image Formats:

This function does not process image pixels.

©2014. Accusoft Corporation. All Rights Reserved.