PrinterPropertyName

public enum PrinterPropertyName : String, PropertyNameProtocol

Undocumented

  • true if the printer is accepting jobs.

    Declaration

    Swift

    case acceptingJobs = "accepting-jobs"
  • true if this printer can accept PDF.

    Declaration

    Swift

    case acceptsPdf = "accepts-pdf"
  • true if this printer can accept PostScript.

    Declaration

    Swift

    case acceptsPs = "accepts-ps"
  • The backend for the printer.

    Declaration

    Swift

    case backend = "backend"
  • Icon name to use for the printer.

    Declaration

    Swift

    case iconName = "icon-name"
  • false if this represents a real hardware device.

    Declaration

    Swift

    case isVirtual = "is-virtual"
  • Number of jobs queued in the printer.

    Declaration

    Swift

    case jobCount = "job-count"
  • Information about the location of the printer.

    Declaration

    Swift

    case location = "location"
  • The name of the printer.

    Declaration

    Swift

    case name = "name"
  • true if this printer is paused.

    A paused printer still accepts jobs, but it does not print them.

    Declaration

    Swift

    case paused = "paused"
  • String giving the current status of the printer.

    Declaration

    Swift

    case stateMessage = "state-message"