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