Click or drag to resize

RectAttach Method

Attaches the Cos/SDF object to the Rect.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void Attach(
	Obj obj
)

Parameters

obj
Type: pdftron.SDFObj
Thhe underlying Cos/SDF object. Must be an SDF::Array with four SDF::Number elements.
See Also