EVO HTML to PDF Converter

PdfFormAddTextBox Method

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

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient_NetCore (in EvoHtmlToPdfClient_NetCore.dll) Version: 9.0.0
Syntax

public void AddTextBox(
	PdfPage pdfPage,
	PdfFormTextBox textBox
)

Parameters

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

Reference