Click or drag to resize

ConfigSetInitBaseState Method

Sets the base initialization state. For more info, please see GetInitBaseState().

Namespace:  pdftron.PDF.OCG
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetInitBaseState(
	string state
)

Parameters

state
Type: SystemString
new base state ("ON", "OFF", or "Unchanged").
See Also