Navigator Constructor

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes a new instance of the Navigator class.

Namespace:  Apitron.PDF.Kit.Interactive.Navigation.DocumentLevel
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public Navigator(
	params NamedLayout[] namedLayouts
)

Parameters

namedLayouts
Type: Apitron.PDF.Kit.Interactive.Navigation.DocumentLevelNamedLayout
The named layouts.
Exceptions

ExceptionCondition
ArgumentNullExceptionNamed Layouts cannot be null or empty
See Also

Reference