PdfFormComboBox Constructor

Creates a combo box form field

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public PdfFormComboBox(
	RectangleFloat bounds,
	string[] items,
	PdfFont pdfFont
)

Parameters

bounds  RectangleFloat
The combo box control bounds
items  String
The combo box items
pdfFont  PdfFont
The combo box font

See Also