Image on the pasteboard.
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.