Inesoft PrintCE SDK EVC++
CPrintCE::LineWidth Property

Width of the line used for printing of rectangles, ellipses, lines and so on. It is set and returned in the current measurement units (please refer to MeasureUnit property).

C++ Syntax: double ret = object.GetLineWidth();
            object.SetLineWidth(double
value);

eVB Syntax: ret = object. LineWidth
            object.LineWidth =
value

Parameters

value

Set current Width of the line

Return Value

ret

return current Width of the line

 


© 2009 Inesoft. All rights reserved.