Click or drag to resize

PdfCanvas DrawString Method

Overload List
Name Description
Public method DrawString(String, PdfFontBase, PdfBrush, PointF)
Draws the specified text string at the specified location with the specified Brush and Font objects.
Public method DrawString(String, PdfFontBase, PdfBrush, RectangleF)
Draws the specified text string at the specified location and size with the specified Brush and Font objects.
Public method DrawString(String, PdfFontBase, PdfPen, PointF)
Draws the specified text string at the specified location with the specified Brush and Font objects.
Public method DrawString(String, PdfFontBase, PdfPen, RectangleF)
Draws the specified text string at the specified location and size with the specified Pen and Font objects.
Public method DrawString(String, PdfFontBase, PdfBrush, PointF, PdfStringFormat)
Draws the specified text string at the specified location with the specified Brush and Font objects.
Public method DrawString(String, PdfFontBase, PdfBrush, PointF, Boolean)
Draws the specified text string at the specified location with the specified Brush and Font objects.
Public method DrawString(String, PdfFontBase, PdfBrush, RectangleF, PdfStringFormat)
Draws the specified text string at the specified location and size with the specified Brush and Font objects.
Public method DrawString(String, PdfFontBase, PdfBrush, RectangleF, Boolean)
Draws the specified text string at the specified location and size with the specified Brush and Font objects.
Public method DrawString(String, PdfFontBase, PdfBrush, Single, Single)
Draws the specified text string at the specified location with the specified Brush and Font objects.
Public method DrawString(String, PdfFontBase, PdfPen, PdfBrush, PointF)
Draws the specified text string at the specified location with the specified Brush and Font objects.
Public method DrawString(String, PdfFontBase, PdfPen, PointF, PdfStringFormat)
Draws the specified text string at the specified location with the specified Brush and Font objects.
Public method DrawString(String, PdfFontBase, PdfPen, PointF, Boolean)
Draws the specified text string at the specified location with the specified Brush and Font objects.
Public method DrawString(String, PdfFontBase, PdfPen, RectangleF, PdfStringFormat)
Draws the specified text string at the specified location and size with the specified Pen and Font objects.
Public method DrawString(String, PdfFontBase, PdfPen, RectangleF, Boolean)
Draws the specified text string at the specified location and size with the specified Pen and Font objects.
Public method DrawString(String, PdfFontBase, PdfPen, Single, Single)
Draws the specified text string at the specified location with the specified Brush and Font objects.
Public method DrawString(String, PdfFontBase, PdfBrush, PointF, PdfStringFormat, Boolean)
Draws the specified text string at the specified location with the specified Brush and Font objects.
Public method DrawString(String, PdfFontBase, PdfBrush, RectangleF, PdfStringFormat, Boolean)
Draws the specified text string at the specified location and size with the specified Brush and Font objects.
Public method DrawString(String, PdfFontBase, PdfBrush, Single, Single, PdfStringFormat)
Draws the specified text string at the specified location with the specified Brush and Font objects.
Public method DrawString(String, PdfFontBase, PdfBrush, Single, Single, Boolean)
Draws the specified text string at the specified location with the specified Brush and Font objects.
Public method DrawString(String, PdfFontBase, PdfPen, PdfBrush, PointF, PdfStringFormat)
Draws the specified text string at the specified location with the specified Brush and Font objects.
Public method DrawString(String, PdfFontBase, PdfPen, PdfBrush, PointF, Boolean)
Draws the specified text string at the specified location with the specified Brush and Font objects.
Public method DrawString(String, PdfFontBase, PdfPen, PdfBrush, RectangleF, PdfStringFormat)
Draws the specified text string at the specified location and size with the specified Pen, Brush and Font objects.
Public method DrawString(String, PdfFontBase, PdfPen, PdfBrush, Single, Single)
Draws the specified text string at the specified location with the specified Brush and Font objects.
Public method DrawString(String, PdfFontBase, PdfPen, PointF, PdfStringFormat, Boolean)
Draws the specified text string at the specified location with the specified Brush and Font objects.
Public method DrawString(String, PdfFontBase, PdfPen, RectangleF, PdfStringFormat, Boolean)
Draws the specified text string at the specified location and size with the specified Pen and Font objects.
Public method DrawString(String, PdfFontBase, PdfPen, Single, Single, PdfStringFormat)
Draws the specified text string at the specified location with the specified Brush and Font objects.
Public method DrawString(String, PdfFontBase, PdfPen, Single, Single, Boolean)
Draws the specified text string at the specified location with the specified Brush and Font objects.
Public method DrawString(String, PdfFontBase, PdfBrush, Single, Single, PdfStringFormat, Boolean)
Draws the specified text string at the specified location with the specified Brush and Font objects.
Public method DrawString(String, PdfFontBase, PdfPen, PdfBrush, PointF, PdfStringFormat, Boolean)
Draws the specified text string at the specified location with the specified Brush and Font objects.
Public method DrawString(String, PdfFontBase, PdfPen, PdfBrush, RectangleF, PdfStringFormat, Boolean)
Draws the specified text string at the specified location and size with the specified Pen, Brush and Font objects.
Public method DrawString(String, PdfFontBase, PdfPen, PdfBrush, Single, Single, PdfStringFormat)
Draws the specified text string at the specified location with the specified Brush and Font objects.
Public method DrawString(String, PdfFontBase, PdfPen, PdfBrush, Single, Single, Boolean)
Draws the specified text string at the specified location with the specified Brush and Font objects.
Public method DrawString(String, PdfFontBase, PdfPen, Single, Single, PdfStringFormat, Boolean)
Draws the specified text string at the specified location with the specified Brush and Font objects.
Public method DrawString(String, PdfFontBase, PdfPen, PdfBrush, Single, Single, PdfStringFormat, Boolean)
Draws the specified text string at the specified location with the specified Brush and Font objects.
Top
See Also