PdfFormComboBox Constructor

Constructs a combo box form field

Definition

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

Parameters

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

See Also