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
)
Public Sub SetInitBaseState (
state As String
)
public:
virtual void SetInitBaseState(
[InAttribute] String^ state
) sealed
function SetInitBaseState(state);
Parameters
- state
- Type: SystemString
new base state ("ON", "OFF", or "Unchanged").
See Also