EbookSaveOptions constructor

__init__(self)

Creates options for saving ebook file.


def __init__(self):
    ...

__init__(self, save_format)

Creates options for saving ebook file.


def __init__(self, save_format):
    ...
ParameterTypeDescription
save_formataspose.cells.SaveFormatThe file format.
It should be SaveFormat.EPUB or SaveFormat.AZW3.

See Also