PdfFormListBox Constructor
Constructs a list box form field
Namespace: EvoPdfClientAssembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
public PdfFormListBox(
RectangleFloat box,
string[] items,
PdfFont pdfFont
)
Public Sub New (
box As RectangleFloat,
items As String(),
pdfFont As PdfFont
)
Parameters
- box RectangleFloat
- The list box control bounding box
- items String
- The list box items
- pdfFont PdfFont
- The list box items font