PageLabelCollection.GetLabel

PageLabelCollection.GetLabel method

Gets page label by page index (page index is started from 0).

public PageLabel GetLabel(int pageIndex)
ParameterTypeDescription
pageIndexInt32Index of the page.

Return Value

Page label for specified page index or null if page label does not exist.

See Also