Click or drag to resize

ConfigSetLockedOCGs Method

Sets the Array of locked OCGs. The on/off state of a locked OCG cannot be toggled by the user through the user interface.

Namespace:  pdftron.PDF.OCG
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetLockedOCGs(
	Obj locked_ocg_Array
)

Parameters

locked_ocg_Array
Type: pdftron.SDFObj
An SDF/Cos Array of OCG objects to be locked in this configuration, or an empty Array if the configuration should not contain locked OCGs. The default is the empty Array.
See Also