Inesoft PrintCE SDK .NET
PrintCE::DrawText Method

Draws a text

C# Syntax: object.DrawText(string lpString,double x, double y);
VB Syntax: object.DrawText(ByVal lpString As String, ByVal x As Double, ByVal y As Double)

Parameters

lpString

text to be drawn

x

coordinate on X-line

y

coordinate on Y-line

Review

Coordinates are set in the current measurement units (please refer to MeasureUnit property), text colour is determined by TextColor property



© 2009 Inesoft. All rights reserved.