Table of Contents

Class DocumentFilePath

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

The document file path.

public class DocumentFilePath : IDocumentFile
Inheritance
DocumentFilePath
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

FilePath

Gets or sets the file path.

public string FilePath { get; set; }

Property Value

string

Methods

Filesize()

public long Filesize()

Returns

long