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: HiQPdf.PdfPage
The PDF page where to create the text box - boundingRectangle
- Type: System.Drawing.RectangleF
The text box field bounding rectangle - text
- Type: System.String
The text displayed in the text box - pdfFont
- Type: HiQPdf.PdfFont
The text font
Return Value
Type: PdfFormTextBoxThe created text box
See Also