PdfFormAddComboBox Method

Creates a combo box field in form

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfFormComboBox AddComboBox(
	PdfPage pdfPage,
	RectangleF boundingRectangle,
	string[] listItems,
	PdfFont pdfFont
)

Parameters

pdfPage  PdfPage
The PDF page where to create the combo box
boundingRectangle  RectangleF
The combo box field bounding rectangle
listItems  String
The list of items
pdfFont  PdfFont
The combo box items text font

Return Value

PdfFormComboBox
The created combo box field

See Also