PdfFormAddComboBox Method
Creates a combo box field in PDF form
Namespace: EvoPdfAssembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 14.0.0
public PdfFormComboBox AddComboBox(
PdfPage pdfPage,
RectangleF box,
string[] items,
PdfFont pdfFont
)
- pdfPage PdfPage
- The PDF page in which to place the combo box control
- box RectangleF
- The combo box control bounding box
- items String
- The combo box items
- pdfFont PdfFont
- The combo box items font
PdfFormComboBoxThe created combo box field