Skip to main content
Box

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PageCanvas.DrawString Method

Name Parameters Description
DrawString(String, Font, RichEditBrushBase, Point, DocumentLayoutUnit) str, font, brush, point, unit Draws a custom string.
DrawString(String, Font, RichEditBrushBase, Point) str, font, brush, point Places a custom string.
DrawString(String, Font, RichEditBrushBase, Rectangle, DocumentLayoutUnit) str, font, brush, bounds, unit Draws a custom string.
DrawString(String, Font, RichEditBrushBase, Rectangle) str, font, brush, bounds Places a custom string at the selected position.