PDF File Writer Class Library - Author Uzi Granot
TextBoxAddText Method (PdfFont, Double, DrawStyle, Color, String, AnnotAction) |
Add text to text box.
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

C#
public void AddText( PdfFont Font, double FontSize, DrawStyle DrawStyle, Color FontColor, string Text, AnnotAction AnnotAction )
Parameters
- Font
- Type: PdfFileWriterPdfFont
Font - FontSize
- Type: SystemDouble
Font size - DrawStyle
- Type: PdfFileWriterDrawStyle
Drawing style - FontColor
- Type: System.DrawingColor
Text color - Text
- Type: SystemString
Text - AnnotAction
- Type: PdfFileWriterAnnotAction
Web link
