ImageGear .NET v25.0 - Updated
RemoveAt Method (ImGearPDFBasArray)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFBasArray Class : RemoveAt Method
The index for the array member to remove. Array indices start at 0.
Removes element at index.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As ImGearPDFBasArray
Dim index As Integer
 
instance.RemoveAt(index)
public void RemoveAt( 
   int index
)
public: void RemoveAt( 
   int index
) 
public:
void RemoveAt( 
   int index
) 

Parameters

index
The index for the array member to remove. Array indices start at 0.
Remarks
Checks whether the position is within the array bounds and then removes it from the array and moves each subsequent element to the slot with the next smaller index and decrements the array's length by 1.
See Also

Reference

ImGearPDFBasArray Class
ImGearPDFBasArray Members