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

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public void UpdateLabel(
	int pageIndex,
	PageLabel pageLabel
)

Parameters

pageIndex
Type: SystemInt32
Index of page to change lable of the page.
pageLabel
Type: Aspose.PdfPageLabel
New label of the page.
See Also