SetCheckedAppearanceStreamNames Method (CheckBoxField)
In This Topic
Sets the name of an appearance stream that will be used by the widget annotations associated with this field to display the widgets in checked state. In Acrobat this name is specified as "Export Value" option in the Check Box field properties.
Syntax
'Declaration
Public Sub SetCheckedAppearanceStreamNames( _
ByVal As System.String _
)
public void SetCheckedAppearanceStreamNames(
System.string
)
Parameters
- name
- The name of the appearance stream to use for checked state.
See Also