PdfFormAddComboBox Method

Creates a combo box field in PDF form

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.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