EbookSaveOptions

EbookSaveOptions()

This parameterless constructor creates a new instance of EbookSaveOptions with ePub output format (can be modified then through OutputFormat property)

public EbookSaveOptions()

See Also


EbookSaveOptions(EBookFormats)

Creates a new instance of EbookSaveOptions with specified mandatory e-Book output format, while all other parameters are default

public EbookSaveOptions(EBookFormats outputFormat)
Parameter Type Description
outputFormat EBookFormats andatory output format, in which the e-Book should be saved

See Also