Table of Contents

Class DocumentFileStream

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

The document file stream result.

public class DocumentFileStream : IDocumentFile
Inheritance
DocumentFileStream
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 Stream FileData { get; set; }

Property Value

Stream

FileName

Gets or sets filename of the document.

public string FileName { get; set; }

Property Value

string

Methods

Filesize()

public long Filesize()

Returns

long