Creates a combo box field in PDF form
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public PdfFormComboBox AddComboBox( PdfPage pdfPage, RectangleF box, string[] items, PdfFont pdfFont ) |
| Visual Basic |
|---|
Public Function AddComboBox ( pdfPage As PdfPage, box As RectangleF, items As String(), pdfFont As PdfFont ) As PdfFormComboBox |
| Visual C++ |
|---|
public: PdfFormComboBox^ AddComboBox( PdfPage^ pdfPage, RectangleF box, array<String^>^ items, PdfFont^ pdfFont ) |
Parameters
- pdfPage
- Type: EvoPdf..::..PdfPage
The PDF page in which to place the combo box control
- box
- Type: System.Drawing..::..RectangleF
The combo box control bounding box
- items
- Type: array<System..::..String>[]()[][]
The combo box items
- pdfFont
- Type: EvoPdf..::..PdfFont
The combo box items font
Return Value
Type: PdfFormComboBoxThe created combo box field