ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > Basic Objects > IGPDFBasArray Object > IGPDFBasArray Methods > RemoveNth Method |
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.
RemoveNth (Index As Long)
Name | Description |
---|---|
Index | The index for the array member to remove. Array indices start at 0. |
None