officefileapi-devexpress-dot-pdf-dot-pdfgraphics-dot-drawstring.md
| Name | Parameters | Description |
|---|---|---|
| DrawString(String, DXFont, DXSolidBrush, PointF, PdfStringFormat) | text, font, brush, point, format | Draws text at the specified point. Allows you to specify brush, font, and string parameters. |
| DrawString(String, DXFont, DXSolidBrush, PointF) | text, font, brush, point | Draws text with the specified brush and font parameters at the specified page point. |
| DrawString(String, DXFont, DXSolidBrush, RectangleF, PdfStringFormat) | text, font, brush, layout, format | Draws text in the specified page rectangle. Allows you to specify brush, font, and string parameters. |
| DrawString(String, DXFont, DXSolidBrush, RectangleF) | text, font, brush, layout | Draws text with the specified brush and font parameters in the specified page rectangle. |
| DrawString(String, DXFont, DXSolidBrush, Single, Single, PdfStringFormat) | text, font, brush, x, y, format | Draws text at the specified page point. Allows you to specify brush, font, and string parameters. |
| DrawString(String, DXFont, DXSolidBrush, Single, Single) | text, font, brush, x, y | Draws text with the specified brush and font parameters at the specified point on a page. |