EVO HTML to PDF Converter

PdfFormAddTextBox Method

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

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