PdfFormListBox Constructor

Creates a list box form field

Definition

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

Parameters

bounds  RectangleFloat
The list box control bounds
listItems  String
The list box items
pdfFont  PdfFont
The list box items font

See Also