Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / RadioButtonField Class / GetCheckedAppearanceStreamName Method
One of GrapeCity.Documents.Pdf.Annotations.WidgetAnnotations associated with this field.

In This Topic
    GetCheckedAppearanceStreamName Method (RadioButtonField)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Public Function GetCheckedAppearanceStreamName( _
       ByVal wa As WidgetAnnotation _
    ) As System.String
    public System.string GetCheckedAppearanceStreamName( 
       WidgetAnnotation wa
    )

    Parameters

    wa
    One of GrapeCity.Documents.Pdf.Annotations.WidgetAnnotations associated with this field.

    Return Value

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