Specifies the initial view mode for a PDF Portfolio (collection of embedded files).
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Collections
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
C#
public enum PortfolioViewMode
Fields
Details mode - displays all information in the schema in a multi-column format. This mode provides the most information to the user. This is the default value.
C#
Details = 0
Hidden mode - the collection view is initially hidden, but users can still access the file list.
C#
Hidden = 2
Tile mode - displays each file as a small icon with a subset of schema information. This mode provides top-level information about the file attachments.
C#
Tile = 1