[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Layers.LayersBaseState

Enum LayersBaseState

Namespace
GrapeCity.Documents.Pdf.Layers
Assembly
GcDocs.Pdf.dll

Defines the state of all optional content groups in the document when the OptionalContentConfiguration is applied.

public enum LayersBaseState

Fields

OFF = 1

All optional content groups should became invisible.

ON = 0

All optional content groups should became visible.

Unchanged = 2

The state of optional content groups should be unchanged.