EVO HTML to PDF Converter

PdfFormComboBox Constructor

Winnovative Client for .NET Documentation
Constructs a combo box form field

Namespace:  Winnovative.HtmlToPdfClient
Assembly:  WnvHtmlToPdfClient (in WnvHtmlToPdfClient.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax

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

Parameters

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

Reference