PdfFormAddTextBox Method

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

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.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