Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / RadioButtonField Class / SetCheckedAppearanceStreamNames Method
The name of the appearance stream to use for checked state.

In This Topic
    SetCheckedAppearanceStreamNames Method (RadioButtonField)
    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 "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 SetCheckedAppearanceStreamNames( _
       ByVal name As System.String _
    ) 
    public void SetCheckedAppearanceStreamNames( 
       System.string name
    )

    Parameters

    name
    The name of the appearance stream to use for checked state.
    See Also