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

Syntax

C#
public Chunk SetTextRenderMode(
	int mode,
	float strokeWidth,
	Color strokeColor
)
Visual Basic
Public Function SetTextRenderMode ( _
	mode As Integer, _
	strokeWidth As Single, _
	strokeColor As Color _
) As Chunk
Visual C++
public:
Chunk^ SetTextRenderMode(
	int mode, 
	float strokeWidth, 
	Color^ strokeColor
)

Parameters

mode
Type: System..::..Int32
strokeWidth
Type: System..::..Single
strokeColor
Type: iTextSharp.text..::..Color

See Also