Class DocumentFileStream
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
FileData
Gets or sets data to use as the file's contents.
public Stream FileData { get; set; }
Property Value
FileName
Gets or sets filename of the document.
public string FileName { get; set; }
Property Value
Methods
Filesize()
public long Filesize()