ConfigGetInitBaseState Method |
Gets the inits the base state.
Namespace:
pdftron.PDF.OCG
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetInitBaseState()
Public Function GetInitBaseState As String
public:
virtual String^ GetInitBaseState() sealed
function GetInitBaseState();
Return Value
Type:
String the base initialization state. This state is used to initialize the states
of all the OCGs in a document when this configuration is applied. The value of this entry
must be one of the following names:
- The states of all groups are turned ON.
- The states of all groups are turned OFF.
- The states of all groups are left unchanged.
After base initialization, the contents of the ON and OFF Arrays are processed, overriding
the state of the groups included in the Arrays.
Remarks If BaseState is present in the document's default configuration dictionary, its value must
be "ON".
See Also