Get the version of the printer.
Namespace:
bioPDF.PdfWriter
Assembly:
bioPDF.PdfWriter (in bioPDF.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 |
---|
bioPDF.PdfWriter.PdfUtil.getPrinterVersion = function(printerName); |
Return Value
The full version number of the printer in the form x.x.x.x.
See Also