EVO PDF Logo

PdfFormAddTextBox Method

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

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax

public void AddTextBox(
	PdfPage pdfPage,
	PdfFormTextBox textBox
)

Parameters

pdfPage
Type: EvoPdfClientPdfPage
The PDF page in which to place the text box control
textBox
Type: EvoPdfClientPdfFormTextBox
The text box field to add
See Also

Reference