Table of Contents

Class ImageFileStream

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

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

string

FileStream

Gets or sets the file stream.

public Stream FileStream { get; set; }

Property Value

Stream