Winnovative HTML to PDF Converter

PdfForm.AddComboBox Method

Winnovative HTML to PDF Converter for .NET Documentation
Creates a combo box field in PDF form

Namespace:  Winnovative
Assembly:  wnvhtmltopdf (in wnvhtmltopdf.dll) Version: 17.0.0.0
Syntax

public PdfFormComboBox AddComboBox(
	PdfPage pdfPage,
	RectangleF box,
	string[] items,
	PdfFont pdfFont
)

Parameters

pdfPage
Type: Winnovative.PdfPage
The PDF page in which to place the combo box control
box
Type: System.Drawing.RectangleF
The combo box control bounding box
items
Type:System.String[]
The combo box items
pdfFont
Type: Winnovative.PdfFont
The combo box items font

Return Value

Type: PdfFormComboBox
The created combo box field
See Also

Reference