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