EVO PDF Logo

PdfFormAddComboBox Method

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

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax

public void AddComboBox(
	PdfPage pdfPage,
	PdfFormComboBox comboBox
)

Parameters

pdfPage
Type: EvoPdfClientPdfPage
The PDF page in which to place the combo box control
comboBox
Type: EvoPdfClientPdfFormComboBox
The combo box field to add
See Also

Reference