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

In This Topic
    GetCheckedAppearanceStreamNames Method (CheckBoxField)
    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 these names are specified as "Export Value" option in the Check Box field properties.
    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