HiQPdf Documentation

PdfFormAddComboBox Method

Quickly Create High Quality PDFs
Creates a combo box field in form

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public PdfFormComboBox AddComboBox(
	PdfPage pdfPage,
	RectangleF boundingRectangle,
	string[] listItems,
	PdfFont pdfFont
)

Parameters

pdfPage
Type: HiQPdfPdfPage
The PDF page where to create the combo box
boundingRectangle
Type: System.DrawingRectangleF
The combo box field bounding rectangle
listItems
Type: SystemString
The list of items
pdfFont
Type: HiQPdfPdfFont
The combo box items text font

Return Value

Type: PdfFormComboBox
The created combo box field
See Also

Reference