Appends the check box.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public CheckBoxFormField AppendCheckBox(
	string checkBoxName,
	bool defaultCheckBoxValue
)
Public Function AppendCheckBox ( 
	checkBoxName As String,
	defaultCheckBoxValue As Boolean
) As CheckBoxFormField
public:
virtual CheckBoxFormField^ AppendCheckBox(
	String^ checkBoxName, 
	bool defaultCheckBoxValue
) sealed
abstract AppendCheckBox : 
        checkBoxName : string * 
        defaultCheckBoxValue : bool -> CheckBoxFormField 
override AppendCheckBox : 
        checkBoxName : string * 
        defaultCheckBoxValue : bool -> CheckBoxFormField 

Parameters

checkBoxName
String
Name of the check box.
defaultCheckBoxValue
Boolean
Default checkbox value

Return Value

CheckBoxFormField

Implements

IParagraph..::..AppendCheckBox(String, Boolean)

See Also