PdfFormAddComboBox Method
Creates a combo box field in PDF form
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public void AddComboBox(
PdfPage pdfPage,
PdfFormComboBox comboBox
)
Public Sub AddComboBox (
pdfPage As PdfPage,
comboBox As PdfFormComboBox
)
Parameters
- pdfPage PdfPage
- The PDF page in which to place the combo box control
- comboBox PdfFormComboBox
- The combo box field to add