Checks if is locked.
Namespace:
pdftron.PDF.OCG
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool IsLocked(
Config config
)
Public Function IsLocked (
config As Config
) As Boolean
public:
virtual bool IsLocked(
[InAttribute] Config^ config
) sealed
function IsLocked(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