PdfFormAddListBox Method
Creates a list box field in PDF form
Namespace: EvoPdfAssembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
public PdfFormListBox AddListBox(
PdfPage pdfPage,
RectangleF box,
string[] items,
PdfFont pdfFont
)
Public Function AddListBox (
pdfPage As PdfPage,
box As RectangleF,
items As String(),
pdfFont As PdfFont
) As PdfFormListBox
- pdfPage PdfPage
- The PDF page in which to place the list box control
- box RectangleF
- The list box control bounding box
- items String
- The list box items
- pdfFont PdfFont
- The list box items font
PdfFormListBoxThe created list box field