Winnovative Logo

PdfFormAddListBox Method

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

Namespace:  WinnovativeClient
Assembly:  WinnovativeClient (in WinnovativeClient.dll) Version: 17.0.0.0 (17.0.0.0)
Syntax

public void AddListBox(
	PdfPage pdfPage,
	PdfFormListBox listBox
)

Parameters

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

Reference