HiQPdf Documentation

PdfFormComboBox Constructor

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

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

public PdfFormComboBox(
	RectangleFloat bounds,
	string[] items,
	PdfFont pdfFont
)

Parameters

bounds
Type: HiQPdfClientRectangleFloat
The combo box control bounds
items
Type: SystemString
The combo box items
pdfFont
Type: HiQPdfClientPdfFont
The combo box font
See Also

Reference