Draws the specified text string.
Namespace: PdfEdit.Drawing
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
- font
- Type: PdfEdit.DrawingXFont
- brush
- Type: PdfEdit.DrawingXBrush
- layoutRectangle
- Type: PdfEdit.DrawingXRect
- format
- Type: PdfEdit.DrawingXStringFormat
See Also