PDF File Writer Class Library - Author Uzi Granot
PdfWebLinkCompareTo Method (PdfWebLink) |
Compare two WebLinkStr objects.
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public int CompareTo( PdfWebLink Other )
Parameters
- Other
- Type: PdfFileWriterPdfWebLink
Other object.
Return Value
Type: Int32Compare result.
Implements
IComparableTCompareTo(T)See Also