Table of Contents
PdfPortfolioView Enumeration

Specifies the initial portfolio view.

Namespace: EO.Pdf
Assembly: EO.Pdf (in EO.Pdf.dll)

Syntax
 public enum PdfPortfolioView
Members
Member Name Description
NotSet Portfolio is not enabled.
Detail The collection view shall be presented in details mode.
Collection The collection view shall be presented in tile mode.
Hidden The collection view shall be initially hidden. The PDF reader would usually provide a mean for the user to view the collection by some explicit action.
See Also