EVO HTML to PDF Converter

PdfFormAddTextBox Method

Winnovative Client for .NET Core Documentation
Creates a text box form field in PDF form of the PDF document

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

public void AddTextBox(
	PdfPage pdfPage,
	PdfFormTextBox textBox
)

Parameters

pdfPage
Type: Winnovative.HtmlToPdfClientPdfPage
The PDF page in which to place the text box control
textBox
Type: Winnovative.HtmlToPdfClientPdfFormTextBox
The text box field to add
See Also

Reference