NamedLayout Enumeration

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This enum represents an allowed list for named layout types. Named layouts provide a number of options for presenting the contents of the collection to a user. These options are provided to allow the choice of a navigator that is best suited to presenting the collection’s contents, including the folder structures and file attachments.

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 enum NamedLayout
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.
FilmStrip3 A layout which displays a strip of thumbnails, providing an index to the file attachments within the collection. The selected attachment should be previewed alongside the index.
FreeForm4 A layout which places thumbnails of the file attachments within the collection randomly in the view.
Linear5 A layout which provides a large size preview of one file attachment in the collection and displays alongside the preview the metadata for the file attachment, including the name, description and other collection schema entries.
Tree6 A layout presenting the contents of the collection in a tree view, showing the folder structure and the files as leaf nodes of the tree, akin to a traditional file system folder view.
See Also

Reference