Update.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool Update(
Obj d
)
Public Function Update (
d As Obj
) As Boolean
public:
virtual bool Update(
[InAttribute] Obj^ d
) sealed
Parameters
- d
- Type: pdftron.SDFObj
the d
Return Value
Type:
Boolean true, if successful
See Also