availablePrinters

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
get the availablePrinters
Summary

Reports a list of all the printers available on the current system.

Introduced2.9
OSmac, windows, linux
Platformsdesktop
Example
if tPrinter is not among the lines of the availablePrinters then
  answer error "Printer not found"
end if
set the printerName to (line 1 of the availablePrinters)
Values
NameTypeDescription
Value

The availablePrinters is a return-delimited list of printer names (i.e. one per line).

RelatedCommand: answer printer
Securityprinting
Description

Use the availablePrinters property to find out the names of the printers installed on the current system.

The availablePrinters property is read-only and cannot be set.

Tagsprinting