Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / OptionalContentUsage.ViewDef Class / ViewState Property

In This Topic
    ViewState Property (OptionalContentUsage.ViewDef)
    In This Topic
    Gets or sets a value indicates the state of the group when the document is first opened by a PDF processor.
    Syntax
    'Declaration
     
    Public Property ViewState As System.Nullable(Of PdfEnum(Of LayerContentState))
    public System.Nullable<PdfEnum<LayerContentState>> ViewState {get; set;}
    See Also