FileType class
FileType class
File type base class
Inheritance: FileType →
Enumeration
The FileType type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| init | Serialization constructor |
Properties
| Property | Description |
|---|---|
| file_format | The file format |
| extension | The file extension |
| family | The file family |
| description | File type description |
| UNKNOWN | Unknown file type |
Methods
| Method | Description |
|---|---|
| equals | Implements Enumeration.equals |
| compare_to | Compares current object to other. |
| from_filename | Returns FileType for specified fileName |
| from_extension | Gets FileType for provided fileExtension |
| from_stream | Returns FileType for provided document stream |
See Also
- module
groupdocs.conversion.filetypes - class
Enumeration - class
FileType