Click or drag to resize

SDFDocImportObj Method

Import an Obj to this document.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Obj ImportObj(
	Obj obj,
	bool deepCopy
)

Parameters

obj
Type: pdftron.SDFObj
The Obj to import.
deepCopy
Type: SystemBoolean
Indicates whether to perform a deep or shallow copy. In case of shallow copy all indirect references will be set to null. If the object belongs to a document the function will perform deep or shallow clone depending whether deep_copy flag was specified. If the object does not belong to any document ImportObj does not take the object ownership. ImportObj copies the source object and it is users responibility to delete free objects.

Return Value

Type: Obj
An Obj representing the root indirect object of this document.
See Also