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

Syntax

C#
public virtual void SetCMYKColorStroke(
	int cyan,
	int magenta,
	int yellow,
	int black
)
Visual Basic
Public Overridable Sub SetCMYKColorStroke ( _
	cyan As Integer, _
	magenta As Integer, _
	yellow As Integer, _
	black As Integer _
)
Visual C++
public:
virtual void SetCMYKColorStroke(
	int cyan, 
	int magenta, 
	int yellow, 
	int black
)

Parameters

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

See Also