Attach the Cos/SDF object to the Date.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void Attach(
Obj d
)
Public Sub Attach (
d As Obj
)
public:
virtual void Attach(
[InAttribute] Obj^ d
) sealed
Parameters
- d
- Type: pdftron.SDFObj
- underlying Cos/SDF object. Must be an SDF::Str containing
a PDF date object.
Return Value
Type:
object equals to the given object
See Also