Click or drag to resize

PDFDocRemovePageLabel Method

Removes the page label that is attached to the specified page, effectively merging the specified range with the previous page label sequence.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void RemovePageLabel(
	int page_num
)

Parameters

page_num
Type: SystemInt32
The page from which the page label is removed. Because PDFNet indexes pages starting from 1, page_num must be larger than 0.
See Also