The version of the assembly. This is not the same as the version of the printer.

Namespace:  bioPDF.PdfWriter
Assembly:  bioPDF.PdfWriter (in bioPDF.PdfWriter.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Version As String
C#
public string Version { get; }
Visual C++
public:
property String^ Version {
	String^ get ();
}
JavaScript
function get_version();

See Also