[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.AcroForms.CheckBoxField.SetCheckedAppearanceStreamName

SetCheckedAppearanceStreamName Method

SetCheckedAppearanceStreamName(WidgetAnnotation, string)

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.

Declaration
public void SetCheckedAppearanceStreamName(WidgetAnnotation wa, string name)
Public Sub SetCheckedAppearanceStreamName(wa As WidgetAnnotation, name As String)
Parameters
Type Name Description
WidgetAnnotation wa

One of WidgetAnnotations associated with this field.

string name

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