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
- class EbookSaveOptions
- namespace GroupDocs.Editor.Options
- assembly GroupDocs.Editor
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
- class EBookFormats
- class EbookSaveOptions
- namespace GroupDocs.Editor.Options
- assembly GroupDocs.Editor