PdfFont.CompareTo Method (PdfFont)

PDF File Writer

PdfFontCompareTo Method (PdfFont)

Compage PDF font objects

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

Parameters

Other
Type: PdfFileWriterPdfFont
Other PDFFont

Return Value

Type: Int32
Compare result

Implements

IComparableTCompareTo(T)
See Also