Back to Devexpress

PageCanvas.DrawString Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-dot-pagecanvas-dot-drawstring.md

latest1.2 KB
Original Source

PageCanvas.DrawString Method

NameParametersDescription
DrawString(String, Font, RichEditBrushBase, Point, DocumentLayoutUnit)str, font, brush, point, unitDraws a custom string.
DrawString(String, Font, RichEditBrushBase, Point)str, font, brush, pointPlaces a custom string.
DrawString(String, Font, RichEditBrushBase, Rectangle, DocumentLayoutUnit)str, font, brush, bounds, unitDraws a custom string.
DrawString(String, Font, RichEditBrushBase, Rectangle)str, font, brush, boundsPlaces a custom string at the selected position.