Class ImageProviderAssetData
Represents binary data for uploading/downloading images
Implements
Inherited Members
Namespace: AdaptiveImages.Providers
Assembly: AdaptiveImages.dll
Syntax
public class ImageProviderAssetData : IImageProviderAssetData
Properties
Bytes
Binary data, i.e. the actual image.
Declaration
public byte[]? Bytes { get; set; }
Property Value
Type | Description |
---|---|
byte[] |
MimeType
The original image's MIME type, such as "image/png".
Declaration
public string? MimeType { get; set; }
Property Value
Type | Description |
---|---|
string |