Click or drag to resize

ObjPushBackMatrix Method

Appends an Array of 6 numbers at the end of the Array.

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

Parameters

value
Type: pdftron.CommonMatrix2D
A matrix used to set the values in an Array of six numbers. The resulting Array will be then inserted in this Array.

Return Value

Type: Obj
A newly appended Array object.
See Also