Colibrio Reader Framework API - Cloud license
    Preparing search index...

    Options controlling how reflowable documents can be split into sections prior to reflowing. This can greatly increase performance for publications with very long content documents. The downside is that each split will look like a page break in the rendered content. To mitigate the impact of these page breaks on the reading experience, you can control where and how often these breaks will occur by using these options.

    interface IEpubDocumentSectioningOptions {
        algorithm?: IEpubSelectorDocumentSectioningAlgorithm;
        enabled?: boolean;
    }

    Properties

    The document sectioning algorithm to use.

    IEpubSelectorDocumentSectioningAlgorithm
    
    enabled?: boolean

    If document sectioning is enabled.

    true