UIPrintInteractionController.PrintingAvailable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether printing is available.
public static bool PrintingAvailable { [Foundation.Export("isPrintingAvailable")] get; }
member this.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