HiQPdf Documentation

PdfFormListBox Constructor

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

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

public PdfFormListBox(
	RectangleFloat bounds,
	string[] listItems,
	PdfFont pdfFont
)

Parameters

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

Reference