Inesoft PrintCE SDK EVC++
CPrintCE::FillStyle Property

Pattern of the filling used for printing of rectangles, ellipses and so on.

C++ Syntax: int value = object.GetFillStyle();
            object.SetFillStyle(int
value);

eVB Syntax: value = object.FillStyle
            object.FillStyle =
value

Parameters

value

Set current pattern of the filling, can get one of the below values:
1 - solid, 0 - transparent

Return Value

value

return current pattern of the filling, can get one of the below values:
1 - solid, 0 - transparent

 


© 2009 Inesoft. All rights reserved.