Can I use PDFNet in a WPF Application?

Q: I am integrating PDFNet in a WPF Application. I tried with
WindowsFormsIntegration, but for some PDFs are not rendered properly.
----
A: You can use PDFNet is WPF Applications. Please make sure to call
PDFNet.Initialize() during your application start-up (for more
information, please see http://www.pdftron.com/net/faq.html#pdfnet_init)?
Also make sure to call PDFNet.SetResourcesPath() and that the function
is returning TRUE. If PDFNet can't find the resource file
('pdfnet.res') some files may not render properly (for more
information please see http://www.pdftron.com/net/faq.html#pdfnet_res).