PageLabelCollection.UpdateLabel

PageLabelCollection.UpdateLabel method

Update label for given page index (page index is started from 0).

public void UpdateLabel(int pageIndex, PageLabel pageLabel)
ParameterTypeDescription
pageIndexInt32Index of page to change lable of the page.
pageLabelPageLabelNew label of the page.

See Also