PdfFormAddTextBox Method

Creates a text box form field in PDF form of the PDF document

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 11.0.0
C#
public void AddTextBox(
	PdfPage pdfPage,
	PdfFormTextBox textBox
)

Parameters

pdfPage  PdfPage
The PDF page in which to place the text box control
textBox  PdfFormTextBox
The text box field to add

See Also