Winnovative Logo

PdfFormComboBox Constructor

Winnovative Client for .NET Framework
Constructs a combo box form field

Namespace:  WinnovativeClient
Assembly:  WinnovativeClient (in WinnovativeClient.dll) Version: 17.0.0.0 (17.0.0.0)
Syntax

public PdfFormComboBox(
	RectangleFloat box,
	string[] items,
	PdfFont pdfFont
)

Parameters

box
Type: WinnovativeClientRectangleFloat
The combo box control bounding box
items
Type: SystemString
The combo box items
pdfFont
Type: WinnovativeClientPdfFont
The combo box items font
See Also

Reference