Class DocumentFileStream
The document file stream result.
Inheritance
System.Object
DocumentFileStream
Implements
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class DocumentFileStream : object, IDocumentFile
Properties
| Improve this Doc View SourceContentType
Gets or sets content type of the document (ex: application/pdf).
Please refer documentation for the supported content type.
Declaration
public string ContentType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FileData
Gets or sets data to use as the file's contents.
Declaration
public Stream FileData { get; set; }
Property Value
Type | Description |
---|---|
Stream |
FileName
Gets or sets filename of the document.
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceFilesize()
Declaration
public long Filesize()
Returns
Type | Description |
---|---|
System.Int64 |