SetCheckedAppearanceStreamName Method (RadioButtonField)
In This Topic
Sets the name of a widget annotation's appearance stream that will be used to display the widget in checked state.
In Acrobat this name is specified as "Radio Button Choice" option in the Radio Button field properties.
Note that if the
Opt property is specified, then it is used in the Acrobat interface.
Syntax
'Declaration
Public Sub SetCheckedAppearanceStreamName( _
ByVal As WidgetAnnotation, _
ByVal As System.String _
)
public void SetCheckedAppearanceStreamName(
WidgetAnnotation ,
System.string
)
Parameters
- wa
- One of GrapeCity.Documents.Pdf.Annotations.WidgetAnnotations associated with this field.
- name
- The name of the appearance stream to use for checked state.
See Also