PdfFormAddComboBox(PdfPage, PdfFormComboBox) Method

Adds an existing combo box field in form

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public void AddComboBox(
	PdfPage pdfPage,
	PdfFormComboBox comboBox
)

Parameters

pdfPage  PdfPage
The PDF page where to add the combo box
comboBox  PdfFormComboBox
The combo box field to add

See Also