Inesoft PrintCE SDK EVC++
CPrintCE::TextColor Property

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

C++ Syntax: COLORREF value = object.GetTextColor();
            object.SetTextColor(COLORREF
value);

eVB Syntax: value = object.TextColor
            object.TextColor =
value

Parameters

value

Set current text color

Return Value

value

return current text color

 


© 2009 Inesoft. All rights reserved.