HiQPdf Documentation

PdfFormAddTextBox Method (PdfPage, RectangleFloat, String, PdfFont)

HiQPdf Client for .NET Core
Creates a text box field in form

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

public PdfFormTextBox AddTextBox(
	PdfPage pdfPage,
	RectangleFloat boundingRectangle,
	string text,
	PdfFont pdfFont
)

Parameters

pdfPage
Type: HiQPdfClientPdfPage
The PDF page where to create the text box
boundingRectangle
Type: HiQPdfClientRectangleFloat
The text box field bounding rectangle
text
Type: SystemString
The text displayed in the text box
pdfFont
Type: HiQPdfClientPdfFont
The text font

Return Value

Type: PdfFormTextBox
The created text box
See Also

Reference