Class DocumentFileBytes
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
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
Methods
Filesize()
public long Filesize()