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

Syntax

C#
public abstract bool SetKerning(
	int char1,
	int char2,
	int kern
)
Visual Basic
Public MustOverride Function SetKerning ( _
	char1 As Integer, _
	char2 As Integer, _
	kern As Integer _
) As Boolean
Visual C++
public:
virtual bool SetKerning(
	int char1, 
	int char2, 
	int kern
) abstract

Parameters

char1
Type: System..::..Int32
char2
Type: System..::..Int32
kern
Type: System..::..Int32

See Also