Winnovative Logo

PdfFormTextBox Constructor

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

Namespace:  WinnovativeClient
Assembly:  WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.0.0
Syntax

public PdfFormTextBox(
	RectangleFloat box,
	string text,
	PdfFont pdfFont
)

Parameters

box
Type: WinnovativeClientRectangleFloat
The text box control bounding box
text
Type: SystemString
The text box initial text
pdfFont
Type: WinnovativeClientPdfFont
The text font
See Also

Reference