EVO HTML to PDF Converter

PdfFormListBox Constructor

Winnovative Client for .NET Core Documentation
Constructs a list box form field

Namespace:  Winnovative.HtmlToPdfClient
Assembly:  WnvHtmlToPdfClient_NetCore (in WnvHtmlToPdfClient_NetCore.dll) Version: 16.0.0
Syntax

public PdfFormListBox(
	RectangleFloat box,
	string[] items,
	PdfFont pdfFont
)

Parameters

box
Type: Winnovative.HtmlToPdfClientRectangleFloat
The list box control bounding box
items
Type: SystemString
The list box items
pdfFont
Type: Winnovative.HtmlToPdfClientPdfFont
The list box items font
See Also

Reference