Gets the offset of this Obj.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function GetOffset As Integer
public:
virtual int GetOffset() sealed
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