How can I find the version of PDFNet that I am using in my application?

Q: Could you tell me if there is any API call or #define to get the
version number? The latter would be of great use as we currently have
an option to log all libraries loaded by an application, and version
number of the PDF library.
-------------
A: On Windows, you can right click on PDFNet.DLL, select Properties,
then check the version tab. If you are looking for a programmatic
solution, you can use PDFNet.GetVersion().