PdfFormAddTextBox(PdfPage, RectangleFloat, String, PdfFont) Method

Creates a text box field in form

Definition

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

Parameters

pdfPage  PdfPage
The PDF page where to create the text box
boundingRectangle  RectangleFloat
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