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
)
Public Sub Attach (
obj As Obj
)
public:
virtual void Attach(
[InAttribute] Obj^ obj
) sealed
Parameters
- obj
- Type: pdftron.SDFObj
Thhe underlying Cos/SDF object. Must be an SDF::Array with four
SDF::Number elements.
See Also