PdfFormAddListBox Method
Creates a list box field in PDF form
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.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
public:
PdfFormListBox^ AddListBox(
PdfPage^ pdfPage,
RectangleF box,
array<String^>^ items,
PdfFont^ pdfFont
)
member AddListBox :
pdfPage : PdfPage *
box : RectangleF *
items : string[] *
pdfFont : PdfFont -> 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