EbookEditOptions
Contents
[
Hide
]
EbookEditOptions class
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
Constructors
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 |
Properties
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 ). |
Remarks
Supported E-book formats:
See Also
- interface IEditOptions
- namespace GroupDocs.Editor.Options
- assembly GroupDocs.Editor