ConfigSetInitOffStates Method |
Sets the 'OFF' initialization Array in the configuration dictionary.
For more info, please see SetInitOffStates() 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 SetInitOffStates(
Obj off_Array
)
Public Sub SetInitOffStates (
off_Array As Obj
)
public:
virtual void SetInitOffStates(
[InAttribute] Obj^ off_Array
) sealed
function SetInitOffStates(off_Array);
Parameters
- off_Array
- Type: pdftron.SDFObj
the new inits the off states
See Also