Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Box

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.