Class ArrayPathItem
- Namespace
- iText.Kernel.Utils.Objectpathitems
- Assembly
- itext.kernel.dll
Direct path item (see ObjectPath , which describes transition to the PdfArray element which is now a currently comparing direct object.
public sealed class ArrayPathItem : LocalPathItem
- Inheritance
-
ArrayPathItem
- Inherited Members
Constructors
ArrayPathItem(int)
Creates an instance of the ArrayPathItem.
public ArrayPathItem(int index)
Parameters
Methods
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
GetHashCode()
public override int GetHashCode()
Returns
GetIndex()
The index which defines element of the PdfArray to which the transition was performed.
public int GetIndex()
Returns
- int
the index which defines element of the array to which the transition was performed
Remarks
The index which defines element of the PdfArray to which the transition was performed. See ArrayPathItem for more info.
ToString()
public override string ToString()
Returns
ToXmlNode(XmlDocument)
protected override XmlNode ToXmlNode(XmlDocument document)
Parameters
document
XmlDocument
Returns
- XmlNode