PdfFormComboBox Constructor
Creates a combo box form field
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public PdfFormComboBox(
RectangleFloat bounds,
string[] items,
PdfFont pdfFont
)
Public Sub New (
bounds As RectangleFloat,
items As String(),
pdfFont As PdfFont
)
public:
PdfFormComboBox(
RectangleFloat^ bounds,
array<String^>^ items,
PdfFont^ pdfFont
)
new :
bounds : RectangleFloat *
items : string[] *
pdfFont : PdfFont -> PdfFormComboBox
Parameters
- bounds RectangleFloat
- The combo box control bounds
- items String
- The combo box items
- pdfFont PdfFont
- The combo box font