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