LoadOptions constructor

init

Initializes a new instance of LoadOptions class.

def __init__(self):
    ...

init

Initializes a new instance of the LoadOptions class with a specified file type.

def __init__(self, file_type):
    ...
Parameter Type Description
file_type groupdocs.signature.domain.FileType

See Also