HiQPdf Documentation

PdfFormAddComboBox Method (PdfPage, RectangleFloat, String, PdfFont)

HiQPdf Client for .NET Core
Creates a combo box field in form

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

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

Parameters

pdfPage
Type: HiQPdfClientPdfPage
The PDF page where to create the combo box
boundingRectangle
Type: HiQPdfClientRectangleFloat
The combo box field bounding rectangle
listItems
Type: SystemString
The list of items
pdfFont
Type: HiQPdfClientPdfFont
The combo box items text font

Return Value

Type: PdfFormComboBox
The created combo box field
See Also

Reference