[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Layers.OptionalContentUsage.ViewDef

Class OptionalContentUsage.ViewDef

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

Defines the options used to initialize a layer state when the document is first opened by a PDF processor.

public class OptionalContentUsage.ViewDef : PdfDictWrapper, IPdfDict
Inheritance
object
OptionalContentUsage.ViewDef
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Extension Methods

Constructors

ViewDef()

Initializes a new instance of the OptionalContentUsage.ViewDef class.

public ViewDef()

Properties

ViewState

Gets or sets a value indicates the state of the group when the document is first opened by a PDF processor.

public PdfEnum<LayerContentState>? ViewState { get; set; }

Property Value

PdfEnum<LayerContentState>?