PdfFormAddComboBox(PdfPage, PdfFormComboBox) Method
Adds an existing combo box field in form
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public void AddComboBox(
PdfPage pdfPage,
PdfFormComboBox comboBox
)
Public Sub AddComboBox (
pdfPage As PdfPage,
comboBox As PdfFormComboBox
)
public:
void AddComboBox(
PdfPage^ pdfPage,
PdfFormComboBox^ comboBox
)
member AddComboBox :
pdfPage : PdfPage *
comboBox : PdfFormComboBox -> unit
Parameters
- pdfPage PdfPage
- The PDF page where to add the combo box
- comboBox PdfFormComboBox
- The combo box field to add