Class ImageFileStream
The image file stream.
public class ImageFileStream : IImageFile
- Inheritance
-
ImageFileStream
- Implements
- Inherited Members
Properties
ContentType
Gets or sets the content type.
public string ContentType { get; set; }
Property Value
FileStream
Gets or sets the file stream.
public Stream FileStream { get; set; }