ConfigGetInitOffStates Method |
Gets the inits the off states.
Namespace:
pdftron.PDF.OCG
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj GetInitOffStates()
Public Function GetInitOffStates As Obj
public:
virtual Obj^ GetInitOffStates() sealed
function GetInitOffStates();
Return Value
Type:
Obj the "OFF" 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 OFF when this configuration is applied.
Note: If the BaseState entry is OFF, this entry is redundant.
See Also