Where should I call the PDFNet.Initialize()?

Q: Where should I call the PDFNet.Initialize()?
-----
A: You need to call PDFNet.Initialize("...my key...") initialize
before any other call to PDFNet. The best location would be your
application start-up function (such as main(), or OnAppStart(), DLLMain
() etc - depending on your application type and development platform).