SDFDocCreateIndirectNull Method |
Creates an indirect Null Obj.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj CreateIndirectNull()
Public Function CreateIndirectNull As Obj
public:
virtual Obj^ CreateIndirectNull() sealed
function CreateIndirectNull();
Return Value
Type:
Obj
The created indirect Null Obj.
Remarks
Unlike direct objects, indirect objects can be referenced by more than one
object (i.e. indirect objects they can be shared).
See Also