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

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

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

    See Also