CollectionSplit Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a splitter bar settings.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.FixedLayout.ResourcesResource
    Apitron.PDF.Kit.FixedLayout.ResourcesUndefinedResource
      Apitron.PDF.Kit.Interactive.Navigation.DocumentLevel.CollectionsCollectionSplit

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 sealed class CollectionSplit : UndefinedResource

The CollectionSplit type exposes the following members.

Constructors

  NameDescription
Public methodCollectionSplit
Initializes a new instance of the CollectionSplit class.
Public methodCollectionSplit(Int32, SplitDirection)
Initializes a new instance of the CollectionSplit class.
Top
Properties

  NameDescription
Public propertyCanBeExported
Gets a value indicating whether this instance can be exported.
(Inherited from Resource.)
Public propertyDirection
Gets or sets the orientation of the splitter bar.
Public propertyPosition
Gets or sets the initial position of the splitter bar, specified as a percentage of the available window area. Values shall range from 0 to 100.
Public propertyResourceType
Gets the resource type.
(Inherited from Resource.)
Top
See Also

Reference