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

In This Topic
    SetCheckedAppearanceStreamNames Method (CheckBoxField)
    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 "Export Value" option in the Check Box field properties.
    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