GStateSetFillColorSpace Method |
Sets the color space used for filling operations.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetFillColorSpace(
ColorSpace cs
)
Public Sub SetFillColorSpace (
cs As ColorSpace
)
public:
virtual void SetFillColorSpace(
[InAttribute] ColorSpace^ cs
) sealed
function SetFillColorSpace(cs);
Parameters
- cs
- Type: pdftron.PDFColorSpace
the new fill color space
See Also