PdfFormAddTextBox Method
Creates a text box field in form
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 18.0.0
public PdfFormTextBox AddTextBox(
PdfPage pdfPage,
RectangleF boundingRectangle,
string text,
PdfFont pdfFont
)
- 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
PdfFormTextBoxThe created text box