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
Syntaxpublic void SetInitOnStates(
	Obj on_Array
)
Public Sub SetInitOnStates ( 
	on_Array As Obj
)
public:
virtual void SetInitOnStates(
	[InAttribute] Obj^ on_Array
) sealed
function SetInitOnStates(on_Array);
Parameters
- on_Array
 - Type: pdftron.SDFObj
the new inits the on states
 
See Also