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

In This Topic
    LayerContentState Enumeration
    In This Topic
    Defines the possible states of content associated with a layer.
    Syntax
    'Declaration
     
    Public Enum LayerContentState 
       Inherits System.Enum
    public enum LayerContentState : System.Enum 
    Members
    MemberDescription
    OFFThe content associated with a layer is OFF.
    ONThe content associated with a layer is ON.
    Inheritance Hierarchy

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

    See Also