PdfFormComboBox Constructor

Constructs a combo box form field

Definition

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