OptionalContentConfigurationBaseState Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Used to initialize the states of all the optional content groups in a document when this configuration is applied. The value of this entry shall be one of the following names: On The states of all groups shall be turned ON. Off The states of all groups shall be turned OFF. Unchanged The states of all groups shall be left unchanged. After this initialization, the contents of the ON and OFF arrays shall beprocessed, overriding the state of the groups included in the arrays. Default value: On. If BaseState is present in the document’s default configuration, its value shall be On.

Namespace:  Apitron.PDF.Kit.FixedLayout.OptionalContent
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public OptionalContentGroupState BaseState { get; set; }

Property Value

Type: OptionalContentGroupState
The base state of the configuration.
See Also

Reference