Winnovative Excel to PDF Converter

PdfFormAddTextBox Method

Winnovative Excel to PDF Converter Documentation
Creates a text box form field in PDF form of the PDF document

Namespace:  Winnovative.ExcelToPdf
Assembly:  wnvexceltopdf (in wnvexceltopdf.dll) Version: 10.0.0.0
Syntax

public PdfFormTextBox AddTextBox(
	PdfPage pdfPage,
	RectangleF box,
	string text,
	PdfFont pdfFont
)

Parameters

pdfPage
Type: Winnovative.ExcelToPdfPdfPage
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: Winnovative.ExcelToPdfPdfFont
The text font

Return Value

Type: PdfFormTextBox
The created text box field
See Also

Reference