Click or drag to resize

ContextGetState Method

Gets the state.

Namespace:  pdftron.PDF.OCG
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public bool GetState(
	Group 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