Interface IImageProviderAssetData
Represents binary data for an image.
Namespace: AdaptiveImages.Providers
Assembly: AdaptiveImages.dll
Syntax
public interface IImageProviderAssetData
Properties
Bytes
Binary data, i.e. the actual image.
Declaration
byte[]? Bytes { get; }
Property Value
Type | Description |
---|---|
byte[] |
MimeType
The original image's MIME type, such as "image/png".
Declaration
string? MimeType { get; }
Property Value
Type | Description |
---|---|
string |