EVO HTML to PDF Converter

PdfFormAddComboBox Method

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

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

public void AddComboBox(
	PdfPage pdfPage,
	PdfFormComboBox comboBox
)

Parameters

pdfPage
Type: EvoPdf.HtmlToPdfClientPdfPage
The PDF page in which to place the combo box control
comboBox
Type: EvoPdf.HtmlToPdfClientPdfFormComboBox
The combo box field to add
See Also

Reference