Creates a combo box field in PDF form
Namespace: WnvWordToPdf
Assembly: wnvwordtopdf (in wnvwordtopdf.dll) Version: 10.0.0.0
Syntax
public PdfFormComboBox AddComboBox( PdfPage pdfPage, RectangleF box, string[] items, PdfFont pdfFont )
Parameters
- pdfPage
- Type: WnvWordToPdfPdfPage
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: WnvWordToPdfPdfFont
The combo box items font
Return Value
Type: PdfFormComboBoxThe created combo box field
See Also