PdfFormComboBox Constructor

Constructs a combo box form field

Definition

Namespace: WinnovativeClient
Assembly: WinnovativeClient (in WinnovativeClient.dll) Version: 18.0.0.0 (18.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