OptionalContentConfigurationLockedGroups Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
An array of optional content groups that shall belocked when this configuration is applied. The state of a locked group cannot be changed through the user interface of a conforming reader. Conforming writers can use this entry to prevent the visibility of content that depends on these groups from being changed by users. Default value: an empty array.

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 IList<OptionalContentGroup> LockedGroups { get; }

Property Value

Type: IListOptionalContentGroup
The locked groups.
See Also

Reference