EVO PDF Logo

PdfFormComboBox Constructor

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

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax

public PdfFormComboBox(
	RectangleFloat box,
	string[] items,
	PdfFont pdfFont
)

Parameters

box
Type: EvoPdfClientRectangleFloat
The combo box control bounding box
items
Type: SystemString
The combo box items
pdfFont
Type: EvoPdfClientPdfFont
The combo box items font
See Also

Reference