PdfFormAddListBox(PdfPage, RectangleFloat, String, PdfFont) Method

Creates a list box field in form

Definition

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

Parameters

pdfPage  PdfPage
The PDF page where to create the list box
boundingRectangle  RectangleFloat
The list box field bounding rectangle
listItems  String
The list of items
pdfFont  PdfFont
The list box items text font

Return Value

PdfFormListBox
The created list box field

See Also