Click or drag to resize

GroupIsLocked Method

Checks if is locked.

Namespace:  pdftron.PDF.OCG
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool IsLocked(
	Config config
)

Parameters

config
Type: pdftron.PDF.OCGConfig
The OC configuration.

Return Value

Type: Boolean
true if this OCG is locked in a given configuration, false otherwise. The on/off state of a locked OCG cannot be toggled by the user through the user interface.
See Also