PdfFormAddTextBox(PdfPage, PdfFormTextBox) Method

Adds an existing text box field in form

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public void AddTextBox(
	PdfPage pdfPage,
	PdfFormTextBox textBox
)

Parameters

pdfPage  PdfPage
The PDF page where to add the noteText box
textBox  PdfFormTextBox
The noteText box field to add

See Also