Get the version of the printer.
Namespace:
pdf7.PdfWriter
Assembly:
pdf7.PdfWriter (in pdf7.PdfWriter.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Function GetPrinterVersion ( _
printerName As String _
) As String |
| C# |
|---|
public static string GetPrinterVersion(
string printerName
) |
| Visual C++ |
|---|
public:
static String^ GetPrinterVersion(
String^ printerName
) |
| JavaScript |
|---|
pdf7.PdfWriter.PdfUtil.getPrinterVersion = function(printerName); |
Return Value
The full version number of the printer in the form x.x.x.x.
See Also