Table of Contents

Class DocumentFileBytes

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

The document file bytes.

public class DocumentFileBytes : IDocumentFile
Inheritance
DocumentFileBytes
Implements
Inherited Members

Properties

ContentType

Gets or sets content type of the document (ex: application/pdf).

Please refer documentation for the supported content type.

public string ContentType { get; set; }

Property Value

string

FileData

Gets or sets data to use as the file's contents.

public byte[] FileData { get; set; }

Property Value

byte[]

FileName

Gets or sets filename.

public string FileName { get; set; }

Property Value

string

Methods

Filesize()

public long Filesize()

Returns

long