ViewState Property
ViewState
Gets or sets a value indicates the state of the group when the document is first opened
by a PDF processor.
Declaration
public PdfEnum<LayerContentState>? ViewState { get; set; }
Public Property ViewState As PdfEnum(Of LayerContentState)?