Class ImageFileBytes
The image file bytes.
Inheritance
System.Object
ImageFileBytes
Implements
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class ImageFileBytes : 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 |
FileBytes
Gets or sets the file bytes.
Declaration
public byte[] FileBytes { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |