Creates a text box form field in PDF form of the PDF document
Namespace: WnvWordToPdf
Assembly: wnvwordtopdf (in wnvwordtopdf.dll) Version: 10.0.0.0
Syntax
public PdfFormTextBox AddTextBox( PdfPage pdfPage, RectangleF box, string text, PdfFont pdfFont )
Parameters
- pdfPage
- Type: WnvWordToPdfPdfPage
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: WnvWordToPdfPdfFont
The text font
Return Value
Type: PdfFormTextBoxThe created text box field
See Also