Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / LayersListMode Enumeration

In This Topic
    LayersListMode Enumeration
    In This Topic
    Defines the possible values of OptionalContentConfiguration.ListMode
    Syntax
    'Declaration
     
    Public Enum LayersListMode 
       Inherits System.Enum
    public enum LayersListMode : System.Enum 
    Members
    MemberDescription
    AllPagesDisplay all groups in the OptionalContentConfiguration.Order array.
    VisiblePagesDisplay only those groups in the OptionalContentConfiguration.Order array that are referenced by one or more visible pages.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Pdf.Layers.LayersListMode

    See Also