PdfForm.AddComboBox Method

Creates a combo box field in PDF form

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public PdfFormComboBox AddComboBox(
	PdfPage pdfPage,
	RectangleF box,
	string[] items,
	PdfFont pdfFont
)

Parameters

pdfPage  PdfPage
The PDF page in which to place the combo box control
box  RectangleF
The combo box control bounding box
items  String[]
The combo box items
pdfFont  PdfFont
The combo box items font

Return Value

PdfFormComboBox
The created combo box field

See Also