public @property float grayStroke()
Gets the current value of the page's stroking color.
grayStroke() is valid only when the page's stroking color space is HPDFCSDEVICE_GRAY.
Returns
when succeed, it returns the current value of the page's stroking color. Otherwise it returns 0.
public @property void grayStroke(float gray)
Sets the stroking color.
Parameters
value | The value of the gray level between 0 and 1. ## Graphics Mode Before and after - GMode.pageDescription or GMode.textObject. |