Click or drag to resize

RectUpdate Method (Obj)

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
)

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