Class OffsetPathItem
- Namespace
- iText.Kernel.Utils.Objectpathitems
- Assembly
- itext.kernel.dll
Direct path item (see ObjectPath , which describes transition to the specific position in PdfStream.
public sealed class OffsetPathItem : LocalPathItem
- Inheritance
-
OffsetPathItem
- Inherited Members
Constructors
OffsetPathItem(int)
Creates an instance of the OffsetPathItem.
public OffsetPathItem(int offset)
Parameters
Methods
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
GetHashCode()
public override int GetHashCode()
Returns
GetOffset()
The bytes offset of the stream which defines specific position in the PdfStream , to which transition was performed.
public int GetOffset()
Returns
- int
an integer defining bytes offset to the specific position in stream.
ToString()
public override string ToString()
Returns
ToXmlNode(XmlDocument)
protected override XmlNode ToXmlNode(XmlDocument document)
Parameters
document
XmlDocument
Returns
- XmlNode