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
)
Public Sub SetFillColor (
c As ColorPt
)
public:
virtual void SetFillColor(
[InAttribute] ColorPt^ c
) sealed
function SetFillColor(c);
Parameters
- c
- Type: pdftron.PDFColorPt
the new fill color
See Also