[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.RadioButtonField.GetCheckedAppearanceStreamName

GetCheckedAppearanceStreamName Method

GetCheckedAppearanceStreamName(WidgetAnnotation)

Gets the name of a widget annotation's appearance stream that is 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.
Declaration
public string GetCheckedAppearanceStreamName(WidgetAnnotation wa)
Public Function GetCheckedAppearanceStreamName(wa As WidgetAnnotation) As String
Parameters
Type Name Description
WidgetAnnotation wa

One of WidgetAnnotations associated with this field.

Returns
Type Description
string

The name of the widget annotation's appearance stream that is used to display the widget in checked state.