Contents

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.

See Also

Options