PageGetLabel Method

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets the page's label according to the PageLabels values.

Namespace:  Apitron.PDF.Kit.FixedLayout
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public string GetLabel(
	FixedDocument document
)

Parameters

document
Type: Apitron.PDF.KitFixedDocument
The document.

Return Value

Type: String
A label for the page.
Exceptions

ExceptionCondition
ArgumentNullExceptiondocument
See Also

Reference