EVO HTML to PDF Converter

PdfFormComboBox Constructor

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

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

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

Parameters

box
Type: EvoPdf.HtmlToPdfClientRectangleFloat
The combo box control bounding box
items
Type: SystemString
The combo box items
pdfFont
Type: EvoPdf.HtmlToPdfClientPdfFont
The combo box items font
See Also

Reference