HiQPdf Documentation

PdfFormAddListBox Method (PdfPage, RectangleFloat, String, PdfFont)

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

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

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

Parameters

pdfPage
Type: HiQPdfClientPdfPage
The PDF page where to create the list box
boundingRectangle
Type: HiQPdfClientRectangleFloat
The list box field bounding rectangle
listItems
Type: SystemString
The list of items
pdfFont
Type: HiQPdfClientPdfFont
The list box items text font

Return Value

Type: PdfFormListBox
The created list box field
See Also

Reference