Winnovative HTML to PDF Converter

PdfFormAddListBox Method

Winnovative HTML to PDF Converter for .NET Documentation
Creates a list box field in PDF form

Namespace:  Winnovative
Assembly:  wnvhtmltopdf (in wnvhtmltopdf.dll) Version: 17.0.0.0
Syntax

public PdfFormListBox AddListBox(
	PdfPage pdfPage,
	RectangleF box,
	string[] items,
	PdfFont pdfFont
)

Parameters

pdfPage
Type: WinnovativePdfPage
The PDF page in which to place the list box control
box
Type: System.DrawingRectangleF
The list box control bounding box
items
Type: SystemString
The list box items
pdfFont
Type: WinnovativePdfFont
The list box items font

Return Value

Type: PdfFormListBox
The created list box field
See Also

Reference