Winnovative Logo

PdfFormAddTextBox Method

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

Namespace:  WinnovativeClient
Assembly:  WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.0.0
Syntax

public void AddTextBox(
	PdfPage pdfPage,
	PdfFormTextBox textBox
)

Parameters

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

Reference