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