PdfForm.AddComboBox Method

Creates a combo box field in PDF form

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 12.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