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

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