CollectionViewMode Enumeration

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This enum represents a list of allowed values for the collection view modes.

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 CollectionViewMode
Members

  Member nameValueDescription
Detailed0 The collection view shall be presented in details mode, with all information in the Schema presented in a multi-column format. This mode provides the most information to the user.
Tile1 The collection view shall be presented in tile mode, with each file in the collection denoted by a small icon and a subset of information from the Schema. This mode provides top-level information about the file attachments to the user.
Hidden2 The collection view shall be initially hidden. The interactive PDF processor shall provide means for the user to view the collection by some explicit action.
Navigator3 (PDF 2.0, valid only when Navigator is present) The collection view shall be presented by the navigator specified by the Navigator entry.
See Also

Reference