Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Layers Namespace / OptionalContentConfiguration Class / BaseState Property

In This Topic
    BaseState Property
    In This Topic
    Gets or sets a value defining how the state of all optional content groups should be changed when this OptionalContentConfiguration is applied.
    Syntax
    'Declaration
     
    Public Property BaseState As PdfEnum(Of LayersBaseState)
    public PdfEnum<LayersBaseState> BaseState {get; set;}
    See Also