Click or drag to resize

Paragraph AppendDropDownFormField Method (String)

Appends the drop down form field.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public DropDownFormField AppendDropDownFormField(
	string dropDropDownName
)

Parameters

dropDropDownName
Type: System String
Name of the drop drop down.

Return Value

Type: DropDownFormField

Implements

IParagraph AppendDropDownFormField(String)
See Also