PdfUtilGetPrinterVersionInfo Method

Printer API Documentation
Get the version information of the printer.

Namespace:  pdf7.PdfWriter
Assembly:  pdf7.PdfWriter (in pdf7.PdfWriter.dll) Version: 4.0.0.0 (4.0.1000.111)
Syntax

public static FileVersionInfo GetPrinterVersionInfo(
	string printerName
)

Parameters

printerName
Type: SystemString
Name of printer

Return Value

Type: FileVersionInfo
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
gui.exe
executable in the program folder for the printer.
See Also

Reference