GetPrinterNames

Rendering and printing

Description

Returns a CSV string containing the names of all the available printers on the system. The result is the cached list that was enumerated when the app was started. The new GetLatestPrinterNames function returns the latest list of printers.

Syntax

Delphi

function TPDFlib.GetPrinterNames: WideString;

ActiveX

Function PDFlib::GetPrinterNames As String

DLL

wchar_t * DLGetPrinterNames(int InstanceID);