ImageGear Professional v18.2 > API Reference Guide > ART Component API Reference > ART Component Objects > IGArtPage Object > IGArtPage Methods > MarkNext Method |
Returns the index of the next mark following the specified mark. Note that, since marks can be deleted, that the mark indexes are not necessarily contiguous - use MarkFirst Method/MarkNext Method to iterate over the marks in the IGArtPage Object.
MarkNext(MarkIndex As Long) As Long
Name | Description |
---|---|
MarkIndex | Index of the mark whose successor is wanted. |
Index of the next mark in the IGArtPage Object, or -1 if there are no more marks.
N/A
ig_artCtrl_vb6.exe