ImageGear .NET v25.0 - Updated
RemoveElements Method




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDEClip Class : RemoveElements Method
First element to remove.
Number of elements to remove.
Removes one or more elements from a clip object.
Syntax
'Declaration
 
Public Sub RemoveElements( _
   ByVal index As Integer, _
   ByVal count As Integer _
) 
'Usage
 
Dim instance As ImGearPDEClip
Dim index As Integer
Dim count As Integer
 
instance.RemoveElements(index, count)
public void RemoveElements( 
   int index,
   int count
)
public: void RemoveElements( 
   int index,
   int count
) 
public:
void RemoveElements( 
   int index,
   int count
) 

Parameters

index
First element to remove.
count
Number of elements to remove.
See Also

Reference

ImGearPDEClip Class
ImGearPDEClip Members