Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public virtual void SetCMYKColorFillF(
	float cyan,
	float magenta,
	float yellow,
	float black
)
Visual Basic
Public Overridable Sub SetCMYKColorFillF ( _
	cyan As Single, _
	magenta As Single, _
	yellow As Single, _
	black As Single _
)
Visual C++
public:
virtual void SetCMYKColorFillF(
	float cyan, 
	float magenta, 
	float yellow, 
	float black
)

Parameters

cyan
Type: System..::..Single
magenta
Type: System..::..Single
yellow
Type: System..::..Single
black
Type: System..::..Single

See Also