PdfFormAddComboBox Method
Creates a combo box field in PDF form
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.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
public:
PdfFormComboBox^ AddComboBox(
PdfPage^ pdfPage,
RectangleF box,
array<String^>^ items,
PdfFont^ pdfFont
)
member AddComboBox :
pdfPage : PdfPage *
box : RectangleF *
items : string[] *
pdfFont : PdfFont -> 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