ImgData

DngImage.ImgData property

Manage the image data with this property. Whether you’re retrieving or updating, this property provides seamless access to the image data for efficient manipulation.

public RawData ImgData { get; set; }

Property Value

The img data.

See Also