Click or drag to resize

GStateSetFillColor Method (ColorPt)

Sets the color value/point used for filling operations. The color value must be represented in the currently selected color space used for filling.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetFillColor(
	ColorPt c
)

Parameters

c
Type: pdftron.PDFColorPt
the new fill color
See Also