Creates a list box field in PDF form
            
Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 10.0.0.0
Syntax
public PdfFormListBox AddListBox( PdfPage pdfPage, RectangleF box, string[] items, PdfFont pdfFont )
Parameters
- pdfPage
 - Type: EvoPdfPdfPage
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: EvoPdfPdfFont
The list box items font 
Return Value
Type: PdfFormListBoxThe created list box field
See Also