ConfigGetLockedOCGs Method |
Gets the locked oc gs.
Namespace:
pdftron.PDF.OCG
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj GetLockedOCGs()
Public Function GetLockedOCGs As Obj
public:
virtual Obj^ GetLockedOCGs() sealed
function GetLockedOCGs();
Return Value
Type:
Obj the list of locked OCGs or NULL if there are no locked OCGs.
The on/off state of a locked OCG cannot be toggled by the user through the
user interface.
See Also