PdfFormAddComboBox Method
            Creates a combo box field in PDF form
            
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 19.0.0
public PdfFormComboBox AddComboBox(
	PdfPage pdfPage,
	RectangleF box,
	string[] items,
	PdfFont pdfFont
)
Public Function AddComboBox ( 
	pdfPage As PdfPage,
	box As RectangleF,
	items As String(),
	pdfFont As PdfFont
) As PdfFormComboBox
- 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