Table of Contents

Class ImageFilePath

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

The image file path.

public class ImageFilePath : IImageFile
Inheritance
ImageFilePath
Implements
Inherited Members

Properties

ContentType

Gets or sets the content type.

public string ContentType { get; set; }

Property Value

string

FilePath

Gets or sets the file path.

public string FilePath { get; set; }

Property Value

string