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

In This Topic
    LayerPrintState Enumeration
    In This Topic
    Defines the print state of a layer.
    Syntax
    'Declaration
     
    Public Enum LayerPrintState 
       Inherits System.Enum
    public enum LayerPrintState : System.Enum 
    Members
    MemberDescription
    AlwaysThe layer always prints.
    NeverThe layer never prints.
    PrintIfVisibleThe layer prints if it is visible.
    Inheritance Hierarchy

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

    See Also