UIActivityType.Print Property

Definition

Used to print the provided object.

[Foundation.Field("UIActivityTypePrint", "UIKit")]
public static Foundation.NSString Print { get; }
member this.Print : Foundation.NSString

Property Value

Attributes

Remarks

The object must hold an individual NSData, NSUrl (pointing to a local resource), UIImage, UIPrintPageRenderer, UIPrintFormatter or UIPrintInfo.

Applies to