Click or drag to resize

SDFDocCreateIndirectDict Method

Creates an indirect Dict Obj.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Obj CreateIndirectDict()

Return Value

Type: Obj
The created indirect Dict 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