PdfObject.CompareTo Method

PDF File Writer

PdfObjectCompareTo Method

Compare the resource codes of two PDF objects.

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

Parameters

Other
Type: PdfFileWriterPdfObject
Other PdfObject

Return Value

Type: Int32
Compare result

Implements

IComparableTCompareTo(T)
Remarks
Used by PdfContents to maintain resource objects in sorted order.
See Also