Draws the specified text string.
            
Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax
public void DrawString( string s, XFont font, XBrush brush, double x, double y, XStringFormat format )
Parameters
- s
 - Type: SystemString
 - font
 - Type: PdfEdit.DrawingXFont
 - brush
 - Type: PdfEdit.DrawingXBrush
 - x
 - Type: SystemDouble
 - y
 - Type: SystemDouble
 - format
 - Type: PdfEdit.DrawingXStringFormat
 
See Also