Gets the Obj specified by the object number.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj GetObj(
int objNum
)
Public Function GetObj (
objNum As Integer
) As Obj
public:
virtual Obj^ GetObj(
[InAttribute] int objNum
) sealed
Parameters
- objNum
- Type: SystemInt32
The object number of the Obj to get.
Return Value
Type:
Obj
The latest version of the object matching specified object number.
See Also