Creates a list box field in form
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
public PdfFormListBox AddListBox( PdfPage pdfPage, RectangleF boundingRectangle, string[] listItems, PdfFont pdfFont )
Parameters
- pdfPage
- Type: HiQPdfPdfPage
The PDF page where to create the list box - boundingRectangle
- Type: System.DrawingRectangleF
The list box field bounding rectangle - listItems
- Type: SystemString
The list of items - pdfFont
- Type: HiQPdfPdfFont
The list box items text font
Return Value
Type: PdfFormListBoxThe created list box field
See Also