Click or drag to resize

DateAttach Method

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
)

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