PdfPortfolioViewType Enum
Represents a PdfPortfolio view or the layout of a PdfPortfolio navigator.
Fields
Custom | The PdfPortfolio has a navigator with the custom layout. |
Details | 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. |
FilmStrip | (PDF 2.0) A layout which displays a strip of thumbnails, providing an index to the EmbeddedFiles within the PdfPortfolio. The selected attachment should be previewed alongside the index. |
FreeForm | (PDF 2.0) A layout which places thumbnails of the EmbeddedFiles within the PdfPortfolio randomly in the view. |
Hidden | 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. noteHow the PDF processor chooses to display the PdfPortfolio is implementation specific. |
Linear | (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. |
Tile | 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 EmbeddedFiles to the user. |
Tree | (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. |