PdfDevice.DrawString
PdfDevice.DrawString method
Draws a string at the specified position.
public override void DrawString(string str, double x, double y)
Parameter | Type | Description |
---|---|---|
str | String | The text to be drawn. |
x | Double | The x-coordinate of the string position. |
y | Double | The y-coordinate of the string position. |
See Also
- class PdfDevice
- namespace Aspose.Page.XPS.Presentation.Pdf
- assembly Aspose.Page