TextBox.AddText Method (PdfFont, Double, DrawStyle, String)

PDF File Writer

TextBoxAddText Method (PdfFont, Double, DrawStyle, String)

Add text to text box.

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void AddText(
	PdfFont Font,
	double FontSize,
	DrawStyle DrawStyle,
	string Text
)

Parameters

Font
Type: PdfFileWriterPdfFont
Font
FontSize
Type: SystemDouble
Font size
DrawStyle
Type: PdfFileWriterDrawStyle
Drawing style
Text
Type: SystemString
Text
See Also