logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Post a reply
From:
Message:

Maximum number of characters in each post is: 32767
Bold Italic Underline   Highlight Quote Choose Language for Syntax Highlighting Insert Image Insert an existing Attachment or upload a new File... Create Link   Unordered List Ordered List   Left Justify Center Justify Right Justify   Outdent Indent   More BBCode Tags
Font Color Font Size
Security Image:
Enter The Letters From The Security Image:
  Preview Post Cancel

Last 10 Posts (In reverse order)
Terry Posted: Monday, October 23, 2017 1:44:07 AM(UTC)
 
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.
Paul Rayman Posted: Saturday, October 21, 2017 2:39:53 AM(UTC)
 
Yes of course.

Code:

var assembly = System.Reflection.Assembly.GetAssembly(typeof(PdfCommon));
var ver =  assembly.GetName().Version;
Terry Posted: Thursday, October 19, 2017 9:14:36 AM(UTC)
 
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.