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

    Describes a serializable version of IReaderDocument

    interface IReaderDocumentData {
        availableSyncMediaFormats: SyncMediaFormat[];
        indexInSpine: number;
        locator: ISimpleLocatorData;
        reflowable: boolean;
        renderable: boolean;
        sourceContentDocumentIndexInSpine: number;
    }

    Properties

    availableSyncMediaFormats: SyncMediaFormat[]

    The sync media formats available in this ReaderDocument.

    indexInSpine: number

    The index of this reader document within the parent IReaderPublication spine.

    The locator for the start of the reader document

    reflowable: boolean

    If this reader document can be reflowed into multiple pages.

    renderable: boolean

    If the document can be rendered using a ReaderView.

    sourceContentDocumentIndexInSpine: number

    The index of the source IContentDocument within the IPublication spine.