Class ImageInfo
ImageInfo.
Inheritance
System.Object
ImageInfo
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class ImageInfo : object
Constructors
| Improve this Doc View SourceImageInfo()
Initializes a new instance of the ImageInfo class.
Declaration
protected ImageInfo()
ImageInfo(String, String, String)
Initializes a new instance of the ImageInfo class.
Declaration
public ImageInfo(string title = null, string description = null, string allowedFileExtensions = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | title | title (required). |
System.String | description | description. |
System.String | allowedFileExtensions | allowedFileExtensions. |
Properties
| Improve this Doc View SourceAllowedFileExtensions
Gets or sets the allowed file extensions such as jpg, jpeg, png, svg and bmp. Example : ".jpg,.jpeg,.png".
Declaration
public string AllowedFileExtensions { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Description
Gets or Sets description.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Title
Gets or Sets Title value.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |