Doc.setInfoAttr

Sets the text of an info dictionary attribute, using current encoding of the document

class Doc
HPDF_STATUS
setInfoAttr
(
HaruInfoType type
,
string value
)

Parameters

type HaruInfoType

one of the following:

  • HaruInfo.author
  • HaruInfo.creator
  • HaruInfo.title
  • HaruInfo.subject
  • HaruInfo.keywords
value string

text

Meta