Click or drag to resize

SDFDocGetObj Method

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
)

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