EVO HTML to PDF Converter

PdfFormAddListBox Method

Winnovative Client for .NET Documentation
Creates a list box field in PDF form

Namespace:  Winnovative.HtmlToPdfClient
Assembly:  WnvHtmlToPdfClient (in WnvHtmlToPdfClient.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax

public void AddListBox(
	PdfPage pdfPage,
	PdfFormListBox listBox
)

Parameters

pdfPage
Type: Winnovative.HtmlToPdfClientPdfPage
The PDF page in which to place the list box control
listBox
Type: Winnovative.HtmlToPdfClientPdfFormListBox
The list box field to add
See Also

Reference