Method GetSegment
- Namespace
- DocWright.Core.Primitives
- Assembly
- DocWright.Core.dll
GetSegment(int)
Gets one of the selection's disjoint contiguous spans, in ascending page order.
public PageRange GetSegment(int index)
Parameters
indexintThe zero-based span index, below SegmentCount.
Returns
Exceptions
- ArgumentOutOfRangeException
indexis out of range.