Class DocumentFilePath
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
FilePath
Gets or sets the file path.
public string FilePath { get; set; }
Property Value
Methods
Filesize()
public long Filesize()