HiQPdf Documentation

PdfFormAddComboBox Method (PdfPage, PdfFormComboBox)

HiQPdf Client for .NET Core
Adds an existing combo box field in form

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public void AddComboBox(
	PdfPage pdfPage,
	PdfFormComboBox comboBox
)

Parameters

pdfPage
Type: HiQPdfClientPdfPage
The PDF page where to add the combo box
comboBox
Type: HiQPdfClientPdfFormComboBox
The combo box field to add
See Also

Reference