SDFDocCreateIndirectArray Method |
Creates an indirect Array Obj.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public Obj CreateIndirectArray()
Public Function CreateIndirectArray As Obj
public:
virtual Obj^ CreateIndirectArray() sealed
function CreateIndirectArray();
Return Value
Type:
Obj
The created indirect Array 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