Click or drag to resize

ObjPushBackNumber Method

Appends a new ObjType::e_number object at the end of the Array.

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

Parameters

value
Type: SystemDouble
The value of the ObjType::e_number object.

Return Value

Type: Obj
The new Number object.
See Also