Inesoft PrintCE SDK .NET
PrintCE::TextColor Property

Colour of the text used by methods DrawText, DrawText2, DrawAlignedText for printing.

C# Syntax: Color value = object.TextColor;
           object.TextColor =
value;

VB Syntax: Dim value As Color = object.TextColor
            object.TextColor =
value

Parameters

value

Set current text color

Return Value

value

return current text color

 


© 2009 Inesoft. All rights reserved.