PdfFormAddListBox Method
Creates a list box field in PDF form
Namespace: EvoPdfClientAssembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.0.0
public void AddListBox(
PdfPage pdfPage,
PdfFormListBox listBox
)
Public Sub AddListBox (
pdfPage As PdfPage,
listBox As PdfFormListBox
)
Parameters
- pdfPage PdfPage
- The PDF page in which to place the list box control
- listBox PdfFormListBox
- The list box field to add