Gets the Obj number.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function GetObjNum As Integer
public:
virtual int GetObjNum() sealed
Return Value
Type:
Int32
The Obj number. If this is not an Indirect object, object number of a containing indirect object is
returned.
Remarks
This method can be invoked on any Obj.
See Also