PdfDevice.DrawString

PdfDevice.DrawString method

Draws a string at given point.

public override void DrawString(string str, double x, double y)
ParameterTypeDescription
strStringA string to be drawn.
xDoubleX coordinate of point.
yDoubleY coordinate of point.

See Also