Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.AcroForms Namespace / CheckBoxField Class / SetCheckedAppearanceStreamName Method
One of GrapeCity.Documents.Pdf.Annotations.WidgetAnnotations associated with this field.
The name of the appearance stream to use for checked state.

In This Topic
    SetCheckedAppearanceStreamName Method (CheckBoxField)
    In This Topic
    Sets the name of a widget annotation's appearance stream that will be used to display the widget in checked state. In Acrobat this name is specified as "Export Value" option in the Check Box field properties.
    Syntax
    'Declaration
     
    Public Sub SetCheckedAppearanceStreamName( _
       ByVal wa As WidgetAnnotation, _
       ByVal name As System.String _
    ) 
    public void SetCheckedAppearanceStreamName( 
       WidgetAnnotation wa,
       System.string name
    )

    Parameters

    wa
    One of GrapeCity.Documents.Pdf.Annotations.WidgetAnnotations associated with this field.
    name
    The name of the appearance stream to use for checked state.
    See Also