Read printer settings from the registry key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Print\Printers\[PRINTER NAME]
Namespace:
bioPDF.PdfWriter
Assembly:
bioPDF.PdfWriter (in bioPDF.PdfWriter.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function GetRegistrySetting ( _
settingName As String, _
printerName As String _
) As String |
Visual C++ |
---|
public:
static String^ GetRegistrySetting(
String^ settingName,
String^ printerName
) |
JavaScript |
---|
bioPDF.PdfWriter.PdfUtil.getRegistrySetting = function(settingName, printerName); |
Return Value
The string value of the registry setting
See Also