PageLabelCollectionRemoveLabel Method
Remove label by page index (page index is started from 0).

Namespace: Aspose.Pdf
Assembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntax
public bool RemoveLabel(
	int pageIndex
)

Parameters

pageIndex
Type: SystemInt32
Index of page where label must be deleted.

Return Value

Type: Boolean
true if operation was executed successfully.
See Also