EVO HTML to PDF Converter

PdfFormAddComboBox Method

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

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

public void AddComboBox(
	PdfPage pdfPage,
	PdfFormComboBox comboBox
)

Parameters

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

Reference