SplitDirection Enumeration

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This enum represents the list of allowed split directions.

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

public enum SplitDirection
Members

  Member nameValueDescription
Horizontal0 Indicates that the window is split horizontally
Vertical1 Indicates that the window is split vertically.
NoSplit2 Indicates that the window is not split. The entire window region shall be dedicated to the file navigation view.
See Also

Reference