Class ImageFileBytes
The image file bytes.
public class ImageFileBytes : IImageFile
- Inheritance
-
ImageFileBytes
- Implements
- Inherited Members
Properties
ContentType
Gets or sets the content type.
public string ContentType { get; set; }
Property Value
FileBytes
Gets or sets the file bytes.
public byte[] FileBytes { get; set; }
Property Value
- byte[]