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