Click or drag to resize

PageLabelGetLabelTitle Method

Gets full tittle of the page label

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

Parameters

page_num
Type: SystemInt32
page number

Return Value

Type: String
the full label title that is in effect for the given page. If there is no label object in effect, this method returns an empty string.
See Also