Click or drag to resize

ContextSetState Method

Sets the ON-OFF states for the given optional-content group (OCG) in this context.

Namespace:  pdftron.PDF.OCG
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetState(
	Group group,
	bool state
)

Parameters

group
Type: pdftron.PDF.OCGGroup
The optional-content group (OCG) that is queried.
state
Type: SystemBoolean
true for 'ON' and false for 'OFF'.
See Also