Gets the state.
Namespace:
pdftron.PDF.OCG
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool GetState(
Group group
)
Public Function GetState (
group As Group
) As Boolean
public:
virtual bool GetState(
[InAttribute] Group^ group
) sealed
function GetState(group);
Parameters
- group
- Type: pdftron.PDF.OCGGroup
The optional-content group (OCG) that is queried.
Return Value
Type:
Boolean the ON-OFF states (true or false) for the given optional-content
group (OCG) in this OC context.
See Also