imageData
The data object containing the raw image data.
Declaration
var imageData: Data? { get }Discussion
The value in this property is set using the init(imageData:) method. For image objects created using other methods, this property is nil.
The data object containing the raw image data.
var imageData: Data? { get }The value in this property is set using the init(imageData:) method. For image objects created using other methods, this property is nil.