EVO PDF Logo

PdfFormTextBox Constructor

EVO PDF Client for .NET Core
Constructs a text box form field

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax

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

Parameters

box
Type: EvoPdfClientRectangleFloat
The text box control bounding box
text
Type: SystemString
The text box initial text
pdfFont
Type: EvoPdfClientPdfFont
The text font
See Also

Reference