Back to Devexpress

PdfGraphics.DrawString Method

officefileapi-devexpress-dot-pdf-dot-pdfgraphics-dot-drawstring.md

latest2.2 KB
Original Source

PdfGraphics.DrawString Method

NameParametersDescription
DrawString(String, DXFont, DXSolidBrush, PointF, PdfStringFormat)text, font, brush, point, formatDraws text at the specified point. Allows you to specify brush, font, and string parameters.
DrawString(String, DXFont, DXSolidBrush, PointF)text, font, brush, pointDraws text with the specified brush and font parameters at the specified page point.
DrawString(String, DXFont, DXSolidBrush, RectangleF, PdfStringFormat)text, font, brush, layout, formatDraws text in the specified page rectangle. Allows you to specify brush, font, and string parameters.
DrawString(String, DXFont, DXSolidBrush, RectangleF)text, font, brush, layoutDraws 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, formatDraws 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, yDraws text with the specified brush and font parameters at the specified point on a page.