Winnovative Logo

PdfFormComboBox Constructor

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

Namespace:  WinnovativeClient
Assembly:  WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.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