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

In This Topic
    LayersBaseState Enumeration
    In This Topic
    Defines the state of all optional content groups in the document when the OptionalContentConfiguration is applied.
    Syntax
    'Declaration
     
    Public Enum LayersBaseState 
       Inherits System.Enum
    public enum LayersBaseState : System.Enum 
    Members
    MemberDescription
    OFFAll optional content groups should became invisible.
    ONAll optional content groups should became visible.
    UnchangedThe state of optional content groups should be unchanged.
    Inheritance Hierarchy

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

    See Also