EVO PDF Logo

PdfFormListBox Constructor

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

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.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