XGraphicsPathAddString Method (String, XFontFamily, XFontStyle, Double, PointF, XStringFormat)Terminal Works - PDF Printing.Net Library
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,
	PointF origin,
	XStringFormat format
)

Parameters

s
Type: SystemString
family
Type: PdfEdit.DrawingXFontFamily
style
Type: PdfEdit.DrawingXFontStyle
emSize
Type: SystemDouble
origin
Type: System.DrawingPointF
format
Type: PdfEdit.DrawingXStringFormat
See Also

Reference