PdfFormAddListBox Method

Creates a list box field in PDF form

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public PdfFormListBox AddListBox(
	PdfPage pdfPage,
	RectangleF box,
	string[] items,
	PdfFont pdfFont
)

Parameters

pdfPage  PdfPage
The PDF page in which to place the list box control
box  RectangleF
The list box control bounding box
items  String
The list box items
pdfFont  PdfFont
The list box items font

Return Value

PdfFormListBox
The created list box field

See Also