Enum LayerContentState
- Namespace
- GrapeCity.Documents.Pdf.Layers
- Assembly
- GcDocs.Pdf.dll
Defines the possible states of content associated with a layer.
public enum LayerContentState
Fields
OFF = 1
The content associated with a layer is OFF.
ON = 0
The content associated with a layer is ON.