ImageGear Professional v18.2 > API Reference Guide > ART Component API Reference > ART Component Objects > IGArtPage Object > IGArtPage Methods > MarkSelectedNext Method |
Returns the index of the next mark following the specified mark.
MarkSelectedNext(MarkIndex As Long) As Long
Name | Description |
---|---|
MarkIndex | Index of the mark whose selected successor is wanted. |
Index of the next selected mark in the IGArtPage Object, or -1 if there are no more selected marks.
N/A
None