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