PdfFormAddTextBox Method

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

Definition

Namespace: WinnovativeClient
Assembly: WinnovativeClient (in WinnovativeClient.dll) Version: 18.0.0.0 (18.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