Printer_GetName()

Examples


The Printer_GetName() function returns the name of a named printer defined using the Printer_Define() function.

Syntax

Printer_GetName(printer_settings)

Parameters

printer_settings – A text field containing the printer-related options selected by the user when the named printer was defined.

While the printer_settings field must be a text field, the data is stored in it will be unreadable if displayed.


Return value

A string containing the name of the printer associated with the specified printer_settings parameter.


Documentation Feedback