Creates a list box field in PDF form
Namespace: Winnovative.ExcelToPdf
Assembly: wnvexceltopdf (in wnvexceltopdf.dll) Version: 10.0.0.0
Syntax
public PdfFormListBox AddListBox( PdfPage pdfPage, RectangleF box, string[] items, PdfFont pdfFont )
Parameters
- pdfPage
- Type: Winnovative.ExcelToPdfPdfPage
The PDF page in which to place the list box control - box
- Type: System.DrawingRectangleF
The list box control bounding box - items
- Type: SystemString
The list box items - pdfFont
- Type: Winnovative.ExcelToPdfPdfFont
The list box items font
Return Value
Type: PdfFormListBoxThe created list box field
See Also