Returns the version of the installed printer. It looks at the version information of gui.exe in the printer's program folder.

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

Syntax

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

See Also