PDF File Writer Class Library - Author Uzi Granot
PdfContentsDrawText Method (PdfFont, Double, Double, Double, DrawStyle, String) |
Draw one line of text width draw style
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public double DrawText( PdfFont Font, double FontSize, double PosX, double PosY, DrawStyle DrawStyle, string Text )
Parameters
- Font
- Type: PdfFileWriterPdfFont
Font - FontSize
- Type: SystemDouble
Font size - PosX
- Type: SystemDouble
Position X - PosY
- Type: SystemDouble
Position Y - DrawStyle
- Type: PdfFileWriterDrawStyle
Drawing style enumeration - Text
- Type: SystemString
Text
Return Value
Type: DoubleText width
See Also