WinKerningPair.CompareTo Method

PDF File Writer

WinKerningPairCompareTo Method

Compare kerning pairs

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public int CompareTo(
	WinKerningPair Other
)

Parameters

Other
Type: PdfFileWriterWinKerningPair
Other pair

Return Value

Type: Int32
Compare result

Implements

IComparableTCompareTo(T)
See Also