Table of Contents

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

offset int

bytes offset to the specific position in PdfStream.

Methods

Equals(object)

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

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

string

ToXmlNode(XmlDocument)

protected override XmlNode ToXmlNode(XmlDocument document)

Parameters

document XmlDocument

Returns

XmlNode