Doc.setInfoDateAttr

Sets a datetime attribute in the info dictionary.

class Doc
HPDF_STATUS
setInfoDateAttr
(
HaruInfoType type
,
HaruDate value
)

Parameters

type HaruInfoType

one of the following attributes:

  • HaruInfo.CREATION_DATE
  • HaruInfo.MOD_DATE
value HaruDate

The new value for the attribute.

See Also

HaruDate

Meta