Share via


UIPrintInteractionController.PrintingAvailable Property

Definition

Whether printing is available.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static bool PrintingAvailable { [Foundation.Export("isPrintingAvailable")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isPrintingAvailable")>]
static member PrintingAvailable : bool

Property Value

true if the device supports printing, otherwise false . The application can show or hide any print button based upon this value.

Attributes

Applies to