PortableCollectionSplit Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets a collection split that specifies the orientation of the splitter bar in the user interface provided by the interactive PDF processor. If Split is not present, the preferred orientation is determined by the value of the View key. A value of D (or no value) shall indicate a horizontal orientation, while a value of T shall indicate a vertical orientation. No splitter shall be used if the View key has a value of H or C.

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 CollectionSplit Split { get; set; }

Property Value

Type: CollectionSplit
The split.
See Also

Reference