Create a Date and initialize it using given Cos/SDF string date object.
String date object is attached to this Date.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax Public Sub New (
d As Obj
)
public:
Date(
[InAttribute] Obj^ d
)
pdftron.PDF.Date = function(d);
Parameters
- d
- Type: pdftron.SDFObj
the SDF::Obj date object
See Also