EVO Word to PDF Converter

PdfFormAddTextBox Method

EVO Word to PDF Converter Documentation
Creates a text box form field in PDF form of the PDF document

Namespace:  EvoWordToPdf
Assembly:  evowordtopdf (in evowordtopdf.dll) Version: 10.0.0.0
Syntax

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

Parameters

pdfPage
Type: EvoWordToPdfPdfPage
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: EvoWordToPdfPdfFont
The text font

Return Value

Type: PdfFormTextBox
The created text box field
See Also

Reference