GetLatestPrinterNames
Version history
This function was introduced in Quick PDF Library version 8.13.
Description
Similar to the GetPrinterNames function but returns the latest list of printers rather than the cached list that was enumerated when the app started. This function may take some time to execute depending on the number of network printers installed.
Syntax
Delphi
function TQuickPDF0815.GetLatestPrinterNames: WideString;
ActiveX
Function QuickPDF0815.PDFLibrary::GetLatestPrinterNames As String
DLL
wchar_t * QuickPDFGetLatestPrinterNames(int InstanceID)