UIKit.UIPasteboard.Image Property
Retrieves or sets the image of the first pasteboard item.

Syntax

[get: Foundation.Export("image")]
[set: Foundation.Export("setImage:")]
public virtual UIImage Image { get; set; }

Value

Image on the pasteboard.

Remarks

Use this to set the pasteboard content to be an UIImage.

To set the pasteboard contents to a set of images, use the UIPasteBoard.Images. property.

To set the pasteboard contents to Foundation.NSString, Foundation.NSArray, Foundation.NSDictionary, Foundation.NSDate, Foundation.NSNumber, UIKit.UIImage or Foundation.NSUrl use the UIPasteBoard.SetValue.

To set the values to arbitrary data types, use UIPasteBoard.SetData.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0