PDF File Writer Class Library - Author Uzi Granot
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)

C#
public int CompareTo( PdfObject Other )
Parameters
- Other
- Type: PdfFileWriterPdfObject
Other PdfObject
Return Value
Type: Int32Compare result
Implements
IComparableTCompareTo(T)
Used by PdfContents to maintain resource objects in sorted order.
