Class IndirectPathItem
- Namespace
- iText.Kernel.Utils.Objectpathitems
- Assembly
- itext.kernel.dll
An item in the indirect path (see ObjectPath.
public sealed class IndirectPathItem
- Inheritance
-
IndirectPathItem
- Inherited Members
Remarks
An item in the indirect path (see ObjectPath . It encapsulates two corresponding objects from the two comparing documents that were met to get to the path base objects during comparing process.
Constructors
IndirectPathItem(PdfIndirectReference, PdfIndirectReference)
Creates IndirectPathItem instance for two corresponding objects from two comparing documents.
public IndirectPathItem(PdfIndirectReference cmpObject, PdfIndirectReference outObject)
Parameters
cmpObject
PdfIndirectReferencean object from the cmp document.
outObject
PdfIndirectReferencean object from the out document.
Methods
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
GetCmpObject()
Method returns a IndirectPathItem object from the cmp object that was met to get to the path base objects during comparing process.
public PdfIndirectReference GetCmpObject()
Returns
- PdfIndirectReference
a IndirectPathItem object from the cmp object.
GetHashCode()
public override int GetHashCode()
Returns
GetOutObject()
Method returns a IndirectPathItem object that was met to get to the path base objects during comparing process.
public PdfIndirectReference GetOutObject()
Returns
- PdfIndirectReference
an object from the out object