Click or drag to resize

ContextResetStates Method

Sets the sates of all OCGs in the context to ON or OFF.

Namespace:  pdftron.PDF.OCG
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void ResetStates(
	bool all_on
)

Parameters

all_on
Type: SystemBoolean
A flag used to specify whether the OCG states should be set to ON (if true), or OFF (if false).
See Also