In This Topic
GdPicture14 Namespace / PdfPortFolioType Enumeration

PdfPortFolioType Enumeration

In This Topic
The initial view mode for the PDF Portfolio. It is the way the user can view the component files after opening the PDF Portfolio file.
Syntax
'Declaration
 
<ComVisibleAttribute(True)>
Public Enum PdfPortFolioType 
   Inherits System.Enum
[ComVisible(true)]
public enum PdfPortFolioType : System.Enum 
public enum PdfPortFolioType = class(System.Enum)
ComVisibleAttribute()
public enum PdfPortFolioType extends System.Enum
[ComVisible(true)]
__value public enum PdfPortFolioType : public System.Enum 
[ComVisible(true)]
public enum class PdfPortFolioType : public System.Enum 
Members
MemberValueDescription
Detail0The 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. The default value.
Hiden2The collection view is initially hidden, without preventing the user from obtaining a file list via explicit action.
Tile1The 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 dictionary. This mode provides top-level information about the file attachments to the user.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GdPicture14.PdfPortFolioType

See Also