file_format property

file_format property

The file format of the document to load.

The file format specified via the constructor, or FileFormat.unknown (the default) which means the format will be detected automatically.

Definition:

@property
def file_format(self):
    ...

See Also