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

    Interface IVisibleContentRectsOptions

    Options used with ReaderView.fetchRectsForVisibleContent().

    interface IVisibleContentRectsOptions {
        includeNodeData?: boolean;
    }

    Properties

    includeNodeData?: boolean

    Set to true to include information about the underlying nodes from where rectangles are generated. The node data can be retreived from IVisibleContentRect.nodeData.

    false