Contents

isPrintingAvailable

A Boolean value that indicates whether the device supports printing.

Declaration

class var isPrintingAvailable: Bool { get }

Discussion

This value is true if the device supports printing, otherwise false. An application can show or hide any print buttons based on this value.

See Also

Determining printability