Class Blob
Interface for sending an image.
public class Blob
- Inheritance
-
objectBlob
Properties
Data
Image as a base64 string.
public string Data { get; set; }
Property Value
- string
IsImage
public bool IsImage { get; }
Property Value
- bool
MimeType
MimeType of Image
public MimeType MimeType { get; set; }
Property Value
- MimeType