Class ImageFilePath
The image file path.
Inheritance
System.Object
ImageFilePath
Implements
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class ImageFilePath : 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 |
FilePath
Gets or sets the file path.
Declaration
public string FilePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |