HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
THPDFPage.SetGrayFillColor |
Top Previous Next |
|
Sets fill color.
Delphi syntax: procedure SetGrayFillColor ( GrayColor: Extended );
C++ syntax: void __fastcall SetGrayFillColor ( Extended GrayColor);
Description: Call SetGrayFillColor to sets fill color value.
GrayColor value from 0( black ) to 1( white ).
Code Example
See also: SetGrayColor, SetGrayStrokeColor, SetRGBColor, SetRGBFillColor, SetRGBStrokeColor.
|