PdfFormAddListBox Method
Creates a list box field in PDF form
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.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