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