LoadOptions constructor

__init__(self)

Initializes a new instance of the LoadOptions class.


def __init__(self):
    ...

__init__(self, file_format)

Initializes a new instance of the LoadOptions class.


def __init__(self, file_format):
    ...
Parameter Type Description
file_format groupdocs.metadata.common.FileFormat The exact type of the file.

See Also