Class ImageFileStream
The image file stream.
Inheritance
System.Object
ImageFileStream
Implements
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class ImageFileStream : object, IImageFile
Properties
| Improve this Doc View SourceContentType
Gets or sets the content type.
Declaration
public string ContentType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FileStream
Gets or sets the file stream.
Declaration
public Stream FileStream { get; set; }
Property Value
Type | Description |
---|---|
Stream |