Adds a text string to this path.
            
Namespace: PdfEdit.Drawing
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax
public void AddString( string s, XFontFamily family, XFontStyle style, double emSize, XPoint origin, XStringFormat format )
Parameters
- s
 - Type: SystemString
 - family
 - Type: PdfEdit.DrawingXFontFamily
 - style
 - Type: PdfEdit.DrawingXFontStyle
 - emSize
 - Type: SystemDouble
 - origin
 - Type: PdfEdit.DrawingXPoint
 - format
 - Type: PdfEdit.DrawingXStringFormat
 
See Also