PdfFormAddTextBox Method
Creates a text box form field in PDF form of the PDF document
Namespace: EvoPdfAssembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 14.0.0
public PdfFormTextBox AddTextBox(
PdfPage pdfPage,
RectangleF box,
string text,
PdfFont pdfFont
)
- pdfPage PdfPage
- The PDF page in which to place the text box control
- box RectangleF
- The text box control bounding box
- text String
- The text box initial text
- pdfFont PdfFont
- The text font
PdfFormTextBoxThe created text box field