Enum LayerExportState
- Namespace
- GrapeCity.Documents.Pdf.Layers
- Assembly
- GcDocs.Pdf.dll
Defines the export state of a layer.
public enum LayerExportState
Fields
Always = 2
The layer always exports.
ExportIfVisible = 0
The layer exports if it is visible.
Never = 1
The layer never exports.