PdfFormListBox Constructor

Constructs a list box form field

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public PdfFormListBox(
	RectangleFloat box,
	string[] items,
	PdfFont pdfFont
)

Parameters

box  RectangleFloat
The list box control bounding box
items  String
The list box items
pdfFont  PdfFont
The list box items font

See Also