Winnovative Logo

PdfFormListBox Constructor

Winnovative Client for .NET Framework
Constructs a list box form field

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

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

Parameters

box
Type: WinnovativeClientRectangleFloat
The list box control bounding box
items
Type: SystemString
The list box items
pdfFont
Type: WinnovativeClientPdfFont
The list box items font
See Also

Reference