PdfFormAddListBox Method

Creates a list box field in PDF form

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 12.0.0.0 (12.0.0.0)
C#
public void AddListBox(
	PdfPage pdfPage,
	PdfFormListBox listBox
)

Parameters

pdfPage  PdfPage
The PDF page in which to place the list box control
listBox  PdfFormListBox
The list box field to add

See Also