PdfFormAddTextBox Method

Creates a text box field in form

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfFormTextBox AddTextBox(
	PdfPage pdfPage,
	RectangleF boundingRectangle,
	string text,
	PdfFont pdfFont
)

Parameters

pdfPage  PdfPage
The PDF page where to create the text box
boundingRectangle  RectangleF
The text box field bounding rectangle
text  String
The text displayed in the text box
pdfFont  PdfFont
The text font

Return Value

PdfFormTextBox
The created text box

See Also