Click or drag to resize

SDFDocCreateIndirectNumber Method

Creates an indirect Number Obj.

Namespace:  pdftron.SDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Obj CreateIndirectNumber(
	double value
)

Parameters

value
Type: SystemDouble
The value of the Number Obj.

Return Value

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