Creates a text box field in form
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
public PdfFormTextBox AddTextBox( PdfPage pdfPage, RectangleF boundingRectangle, string text, PdfFont pdfFont )
Parameters
- pdfPage
- Type: HiQPdfPdfPage
The PDF page where to create the text box - boundingRectangle
- Type: System.DrawingRectangleF
The text box field bounding rectangle - text
- Type: SystemString
The text displayed in the text box - pdfFont
- Type: HiQPdfPdfFont
The text font
Return Value
Type: PdfFormTextBoxThe created text box
See Also