HiQPdf Documentation

PdfFormAddTextBox Method (PdfPage, PdfFormTextBox)

HiQPdf Client for .NET Core
Adds an existing text box field in form

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

public void AddTextBox(
	PdfPage pdfPage,
	PdfFormTextBox textBox
)

Parameters

pdfPage
Type: HiQPdfClientPdfPage
The PDF page where to add the noteText box
textBox
Type: HiQPdfClientPdfFormTextBox
The noteText box field to add
See Also

Reference