Click or drag to resize

ObjGetOffset Method

Gets the offset of this Obj.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public int GetOffset()

Return Value

Type: Int32
The object offset from the beginning of the file. If this is not an Indirect object, offset of a containing indirect object is returned.
Remarks
This method can be invoked on any Obj.
See Also