HiQPdf Documentation

PdfFormAddListBox Method

Quickly Create High Quality PDFs
Creates a list box field in form

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public PdfFormListBox AddListBox(
	PdfPage pdfPage,
	RectangleF boundingRectangle,
	string[] listItems,
	PdfFont pdfFont
)

Parameters

pdfPage
Type: HiQPdfPdfPage
The PDF page where to create the list box
boundingRectangle
Type: System.DrawingRectangleF
The list box field bounding rectangle
listItems
Type: SystemString
The list of items
pdfFont
Type: HiQPdfPdfFont
The list box items text font

Return Value

Type: PdfFormListBox
The created list box field
See Also

Reference