Contents

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.

See Also

Getting the Image Data