Table of Contents

Class ImageFileBytes

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

The image file bytes.

public class ImageFileBytes : IImageFile
Inheritance
ImageFileBytes
Implements
Inherited Members

Properties

ContentType

Gets or sets the content type.

public string ContentType { get; set; }

Property Value

string

FileBytes

Gets or sets the file bytes.

public byte[] FileBytes { get; set; }

Property Value

byte[]