VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.FileAttachments Namespace / AttachmentCollectionViewMode Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
AttachmentCollectionViewMode Enumeration
In This Topic
Specifies available view modes of file attachment collection.
Syntax
'Declaration

Public Enum AttachmentCollectionViewMode
   Inherits System.Enum

public enum AttachmentCollectionViewMode : System.Enum

Members
MemberDescription
DetailsModeThe collection view is presented in details mode, with all information in the Schema dictionary presented in a multi-column format. This mode provides the most information to the user.
TileModeThe collection view is presented in tile mode, with each file in the collection denoted by a small icon and a subset of information from the Schema property. This mode provides top-level information about the file attachments to the user.
HiddenThe collection view is initially hidden, without preventing the user from obtaining a file list via explicit action.
Custom(PDF 1.7 ExtensionLevel 3) The collection view is presented by a custom navigator.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Imaging.Pdf.Tree.FileAttachments.AttachmentCollectionViewMode

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also