Click or drag to resize

Config Methods

The Config type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
Creates a new optional-content configuration from an existing SDF/Cos object.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetCreator
Gets the creator.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetInitBaseState
Gets the inits the base state.
Public methodGetInitOffStates
Gets the inits the off states.
Public methodGetInitOnStates
Gets the inits the on states.
Public methodGetIntent
Gets the intent.
Public methodGetLockedOCGs
Gets the locked oc gs.
Public methodGetName
Gets the name.
Public methodGetOrder
Gets the order.
Public methodGetSDFObj
Gets the SDFObj.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetCreator
Sets the creator property of an optional-content configuration. Stores the specified string as the Creator entry in the configuration's SDF/Cos dictionary.
Public methodSetInitBaseState
Sets the base initialization state. For more info, please see GetInitBaseState().
Public methodSetInitOffStates
Sets the 'OFF' initialization Array in the configuration dictionary. For more info, please see SetInitOffStates() and section 4.10.3 in PDF Reference.
Public methodSetInitOnStates
Sets the 'ON' initialization Array in the configuration dictionary. For more info, please see SetInitOnStates() and section 4.10.3 in PDF Reference.
Public methodSetIntent
Sets the Intent entry in an optional-content configuration's SDF/Cos dictionary. For more information, see GetIntent().
Public methodSetLockedOCGs
Sets the Array of locked OCGs. The on/off state of a locked OCG cannot be toggled by the user through the user interface.
Public methodSetName
Sets the name of an optional-content configuration (suitable for presentation in a user interface). The method stores the specified string as the Name entry in the configuration's SDF/Cos dictionary.
Public methodSetOrder
Sets the user interface display order of optional-content groups (OCGs) in this configuration. This is the order in which the group names are displayed in the Layers panel of a PDF viewer.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also