PDF File Writer Class Library - Author Uzi Granot
PdfContentsDrawText Method |

Name | Description | |
---|---|---|
![]() | DrawText(PdfFont, Double, String) |
Draw text
|
![]() | DrawText(PdfFont, Double, Double, Double, KerningAdjust) |
Draw text with kerning array
|
![]() | DrawText(PdfFont, Double, Double, Double, String) |
Draw one line of text left justified
|
![]() | DrawText(Double, Double, Double, Int32, TextBox, PdfPage) |
Draw TextBox
|
![]() | DrawText(PdfFont, Double, Double, Double, DrawStyle, String) |
Draw one line of text width draw style
|
![]() | DrawText(PdfFont, Double, Double, Double, TextJustify, String) |
Draw one line of text
|
![]() | DrawText(PdfFont, Double, Double, Double, Color, String) |
Draw one line of text with a given color
|
![]() | DrawText(PdfFont, Double, Double, Double, TextJustify, DrawStyle, Color, String) |
Draw one line of text with text justification, drawing style and color
|
![]() | DrawText(Double, Double, Double, Int32, Double, Double, TextBoxJustify, TextBox, PdfPage) |
Draw TextBox
|
![]() | DrawText(PdfFont, Double, Double, Double, TextJustify, Double, Color, Color, String) |
Draw text with special effects
|
