EVO HTML to PDF Converter

PdfFormTextBox Constructor

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

Namespace:  Winnovative.HtmlToPdfClient
Assembly:  WnvHtmlToPdfClient (in WnvHtmlToPdfClient.dll) Version: 16.0.0.0 (16.0.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