Inesoft PrintCE SDK .NET
PrintCE::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.LineWidth;
           object.LineWidth =
value;

VB Syntax: Dim ret As Double = 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.