PdfFormAddTextBox Method

Creates a text box form field in PDF form of the PDF document

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public PdfFormTextBox AddTextBox(
	PdfPage pdfPage,
	RectangleF box,
	string text,
	PdfFont pdfFont
)

Parameters

pdfPage  PdfPage
The PDF page in which to place the text box control
box  RectangleF
The text box control bounding box
text  String
The text box initial text
pdfFont  PdfFont
The text font

Return Value

PdfFormTextBox
The created text box field

See Also