Get the version information of the printer.

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

Syntax

Visual Basic (Declaration)
Public Shared Function GetPrinterVersionInfo ( _
	printerName As String _
) As FileVersionInfo
C#
public static FileVersionInfo GetPrinterVersionInfo(
	string printerName
)
Visual C++
public:
static FileVersionInfo^ GetPrinterVersionInfo(
	String^ printerName
)
JavaScript
bioPDF.PdfWriter.PdfUtil.getPrinterVersionInfo = function(printerName);

Parameters

printerName
Type: System..::.String

Return Value

An instance of the FileVersionInfo class. The return value is null if the version information couldn't be retrieved.

Remarks

The version information originates from the
 Copy Code
gui.exe
executable in the program folder for the printer.

See Also