ImageGear for .NET
RemoveAt Method
See Also  Send Feedback
ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFBasArray Class : RemoveAt Method




index
The index for the array member to remove. Array indices start at 0.

Glossary Item Box

Removes element at index.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.