EVO PDF Logo

PdfFormAddListBox Method

EVO PDF Client for .NET Framework
Creates a list box field in PDF form

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient (in EvoPdfClient.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public void AddListBox(
	PdfPage pdfPage,
	PdfFormListBox listBox
)

Parameters

pdfPage
Type: EvoPdfClientPdfPage
The PDF page in which to place the list box control
listBox
Type: EvoPdfClientPdfFormListBox
The list box field to add
See Also

Reference