Property Item
Namespace TallComponents.PDF.Layout
Class IndexRangeCollection
Returns the IndexRange at the specified index.
Syntax
public
IndexRange
Item
[
Int32
index
]
{
get;
}
Parameters
Int32
index
The index.
Property value
IndexRange
The PageRange at the specified index.