Draws the text.
Namespace: PdfEdit.Drawing.Layout
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
public void DrawString( string text, XFont font, XBrush brush, XRect layoutRectangle, XStringFormat format )
Parameters
- text
- Type: SystemString
The text to be drawn. - font
- Type: PdfEdit.DrawingXFont
The font. - brush
- Type: PdfEdit.DrawingXBrush
The text brush. - layoutRectangle
- Type: PdfEdit.DrawingXRect
The layout rectangle. - format
- Type: PdfEdit.DrawingXStringFormat
The format.
See Also