EbookEditOptions
Leave feedback
On this page
Allows to specify and adjust custom options for editing E-book documents in all supported formats: ePub, MOBI, and AZW3.
public sealed class EbookEditOptions : IEditOptions
| Name | Description |
|---|---|
| EbookEditOptions() | Initializes a new instance of the EbookEditOptions class, where all options are set to their default values |
| EbookEditOptions(bool) | Initializes a new instance of the EbookEditOptions class with specified pagination mode |
| Name | Description |
|---|---|
| EnableLanguageInformation { get; set; } | Specifies whether language information is exported to the HTML markup in a form of ’lang’ HTML attributes. This option may be useful for roundtrip conversion of the multi-language documents. By default it is disabled (false). |
| EnablePagination { get; set; } | Allows to enable or disable pagination in the resultant HTML document. By default is disabled (false). |
Supported E-book formats:
- interface IEditOptions
- namespace GroupDocs.Editor.Options
- assembly GroupDocs.Editor
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.