Click or drag to resize

PdfPortfolioViewType Enumeration

Represens a PdfPortfolio view or the layout of a PdfPortfolio navigator.

Namespace: SautinSoft.Pdf.Portfolios
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax
public enum PdfPortfolioViewType
Members
Member nameValueDescription
Custom0 The PdfPortfolio has a navigator with the custom layout.
Details1 The PdfPortfolio shall be presented in details mode, with all information in the Fields dictionary presented in a multi-column format. This mode provides the most information to the user.
FilmStrip2(PDF 2.0) A layout which displays a strip of thumbnails, providing an index to the file attachments within the PdfPortfolio. The selected attachment should be previewed alongside the index.
FreeForm3(PDF 2.0) A layout which places thumbnails of the file attachments within the PdfPortfolio randomly in the view.
Hidden4

The PdfPortfolio shall be initially hidden. The interactive PDF processor shall provide means for the user to view the Portfolio by some explicit action. The PDF processor should display the document specified by the InitialFile property.

Note  Note
How the PDF processor chooses to display the PdfPortfolio is implementation specific.
Linear5(PDF 2.0) A layout which provides a large size preview of one file attachment in the PdfPortfolio and displays alongside the metadata for the file attachment, including the name, description and other Fields entries.
Tile6 The PdfPortfolio shall be presented in tile mode, with each file in the Portfolio denoted by a small icon and a subset of information from the Fields dictionary. This mode provides top-level information about the file attachments to the user.
Tree7(PDF 2.0) A layout presenting the contents of the PdfPortfolio 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