Winnovative Logo

PdfFormListBox Constructor

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

Namespace:  WinnovativeClient
Assembly:  WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.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