Do I need to call SetResourcesPath or distribute PDFNET.RES with newer versions of PDFNet?

Q: I have been using the PDFNET.RES file and the following code
“PDFNet.SetResourcesPath()” to rasterize PDF documents. This used to
be required, but I can not find any reference to the PDFNet.res file
in the latest samples project. Is the resource file PDFNet.res still
needed, or I can I get rid of the resouce file with the lastest
version of PDFNET.dll?
--------------
A: Starting with v4.5 PDFNET.RES is no longer required to be
distributed with PDFNet. You also don't need to call
“PDFNet.SetResourcesPath()”, but it is not an error if you do.