file_type property
file_type property
Gets the file type metadata package.
Example
This example shows how to detect the exact type of a loaded document and extract some additional file format information.
Definition:
@property
def file_type(self):
...