Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / RadioButtonField Class / GetCheckedAppearanceStreamNames Method

In This Topic
    GetCheckedAppearanceStreamNames Method (RadioButtonField)
    In This Topic
    Gets the names of appearance streams of the widget annotations associated with this field that are used to display the widgets 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 GetCheckedAppearanceStreamNames() As System.String()
    public System.string[] GetCheckedAppearanceStreamNames()

    Return Value

    The names of the widget annotations' appearance streams that are used to display the widgets in checked state.
    See Also