Saves changes made to the Rect object in the attached (or specified) SDF/Cos rectangle.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool Update(
Obj obj
)
Public Function Update (
obj As Obj
) As Boolean
public:
virtual bool Update(
[InAttribute] Obj^ obj
) sealed
Parameters
- obj
- Type: pdftron.SDFObj
An SDF Array that should be
updated and attached to this Rect. If parameter rect is NULL or is omitted, update
is performed on previously attached Cos/SDF rectangle.
Return Value
Type:
Boolean
True if the attached Cos/SDF rectangle Array was successfully updated,
false otherwise.
See Also