Click or drag to resize

ConfigSetInitOnStates Method

Sets the 'ON' initialization Array in the configuration dictionary. For more info, please see SetInitOnStates() and section 4.10.3 in PDF Reference.

Namespace:  pdftron.PDF.OCG
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetInitOnStates(
	Obj on_Array
)

Parameters

on_Array
Type: pdftron.SDFObj
the new inits the on states
See Also