EVO HTML to PDF Converter

PdfFormTextBox Constructor

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

Namespace:  Winnovative.HtmlToPdfClient
Assembly:  WnvHtmlToPdfClient_NetCore (in WnvHtmlToPdfClient_NetCore.dll) Version: 16.0.0
Syntax

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

Parameters

box
Type: Winnovative.HtmlToPdfClientRectangleFloat
The text box control bounding box
text
Type: SystemString
The text box initial text
pdfFont
Type: Winnovative.HtmlToPdfClientPdfFont
The text font
See Also

Reference