Creates a text box form field in PDF form of the PDF document
            
Namespace: Winnovative
Assembly: wnvhtmltopdf (in wnvhtmltopdf.dll) Version: 17.0.0.0
Syntax
public PdfFormTextBox AddTextBox( PdfPage pdfPage, RectangleF box, string text, PdfFont pdfFont )
Parameters
- pdfPage
 - Type: WinnovativePdfPage
The PDF page in which to place the text box control - box
 - Type: System.DrawingRectangleF
The text box control bounding box - text
 - Type: SystemString
The text box initial text - pdfFont
 - Type: WinnovativePdfFont
The text font 
Return Value
Type: PdfFormTextBoxThe created text box field
See Also