PdfFormAddComboBox Method

Creates a combo box field in PDF form

Definition

Namespace: WinnovativeClient
Assembly: WinnovativeClient (in WinnovativeClient.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public void AddComboBox(
	PdfPage pdfPage,
	PdfFormComboBox comboBox
)

Parameters

pdfPage  PdfPage
The PDF page in which to place the combo box control
comboBox  PdfFormComboBox
The combo box field to add

See Also