asData
An option to read data from the pasteboard as-is and return it as a data object.
Declaration
static var asData: NSPasteboard.ReadingOptions { get }Discussion
This is the default value. AppKit returns the data in an NSData object.
An option to read data from the pasteboard as-is and return it as a data object.
static var asData: NSPasteboard.ReadingOptions { get }This is the default value. AppKit returns the data in an NSData object.