PdfFormAddTextBox Method
Creates a text box form field in PDF form of the PDF document
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public PdfFormTextBox AddTextBox(
PdfPage pdfPage,
RectangleF box,
string text,
PdfFont pdfFont
)
Public Function AddTextBox (
pdfPage As PdfPage,
box As RectangleF,
text As String,
pdfFont As PdfFont
) As PdfFormTextBox
public:
PdfFormTextBox^ AddTextBox(
PdfPage^ pdfPage,
RectangleF box,
String^ text,
PdfFont^ pdfFont
)
member AddTextBox :
pdfPage : PdfPage *
box : RectangleF *
text : string *
pdfFont : PdfFont -> PdfFormTextBox
- 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