NavigatorNamedLayouts Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets one or more names specifying the named layout of the navigator that should be used. When multiple names are provided, an interactive PDF processor should present the first one it is capable of displaying in the order present in the array.

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 NamedLayout[] NamedLayouts { get; set; }

Property Value

Type: NamedLayout
The named layouts.
See Also

Reference