PdfFormAddComboBox Method
Creates a combo box field in PDF form
Namespace: WinnovativeClientAssembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 18.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