|
|
Okay, the version is obtained from the assembly info, rather than via a property of a Pdfium.Net object. That's fine. Thanks for your help.
Terry.
|
|
|
Yes of course. Code:
var assembly = System.Reflection.Assembly.GetAssembly(typeof(PdfCommon));
var ver = assembly.GetName().Version;
|
|
|
Hi,
Is there a method or property that allows the version number of the Pdfium.NET library to be programmatically queried at runtime?
Thanks.
Terry.
|
Important Information:
The Patagames Software Support Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close