NumberTreeGetSDFObj Method |
Gets the SDFObj.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Function GetSDFObj As Obj
public:
virtual Obj^ GetSDFObj() sealed
Return Value
Type:
Obj
The object to the underlying SDF/Cos object. If the NumberTree.IsValid() returns false the SDF/Cos
object is NULL.
See Also