Table of Contents
API reference

Method Recalculate

Namespace
DisCatSharp.Interactivity
Assembly
DisCatSharp.Interactivity.dll

Recalculate(List<Page>)

Recalculates the pages to include a footer with the current page number and total page count. Only works for embed pages.

public static List<Page> Recalculate(this List<Page> pages)

Parameters

pages List<Page>

The list of pages to recalculate.

Returns

List<Page>

A new list of pages with updated footers.