EVO PDF Logo

PdfFormListBox Constructor

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

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

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

Parameters

box
Type: EvoPdfClientRectangleFloat
The list box control bounding box
items
Type: SystemString
The list box items
pdfFont
Type: EvoPdfClientPdfFont
The list box items font
See Also

Reference