Sets the document “Creator” property.
XFRX#INIT::setCreator(tcvalue)
Parameters
tcvalue
Document creator.
Examples
LOCAL m.lnErr m.loXFRX=EVALUATE([xfrx("XFRX#INIT")]) m.lnErr=m.loXFRX.SetParams("some.pdf",,,,.T.,,"PDF") m.loXFRX.setCreator("XFRX") IF m.lnErr=0 ENDIF