| ImageGearJava Project > com.accusoft.imagegear.core Package > ImGearDocumentPageArray Class > remove Method : remove(int) Method |
public ImGearPage remove( int index ) |
| Exception | Description |
|---|---|
| java.lang.UnsupportedOperationException | if the remove operation is not supported by this list |
| java.lang.IndexOutOfBoundsException | if the index is out of range (index < 0 || index >= size()) |