Click or drag to resize

ConfigGetInitOnStates Method

Gets the inits the on states.

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

Return Value

Type: Obj
the "ON" initialization Array from the configuration dictionary or NULL if the Array is not present. The returned object is an Array of optional content groups whose state should be set to ON when this configuration is applied. Note: If the BaseState entry is ON, this entry is redundant.
See Also