clsPDFCreator.cPrintjobInfo

In previous versions of PDFCrator, through the use of the COM interface, I was using the property cPrintjobInfo (FileName, "REDMON_DOCNAME") of the class clsPDFCreator to access the title of the document to be printed.

With the latest versions of PDFCreator I saw that this property no longer exists. What do I use now to get the same information?

I forgot to tell which version I'm talking about:

  • version 0.9.6 was using the property cPrintjobInfo (FileName, "REDMON_DOCNAME") of the class PFDCreator to access the title of the document to be printed
  • with version 1.7, this property is no longer available

What should I do to get the same information with version 1.7?
thanks