Click or drag to resize

PDFDocGetPageLabel Method

Gets the page label.

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

Parameters

page_num
Type: SystemInt32
The page number. Because PDFNet indexes pages starting from 1, page_num must be larger than 0.

Return Value

Type: PageLabel
the PageLabel that is in effect for the given page. If there is no label object in effect, this method returns an invalid page label object.
See Also