Contents

displayLocation

The human-readable text that describes the location of the printer.

Declaration

var displayLocation: String? { get }

Discussion

Many printers can be configured with a location string to reflect the printer’s physical location in an office. This property contains that location string or nil if no such string is available.

For printers you create yourself using the init(url:) method, the value of this property is nil until you successfully connect to the printer using the contactPrinter(_:) method.

See Also

Getting the printer information