@qrcommunication/gigapdf-lib — SDK API reference - v0.110.3
    Preparing search index...

    Interface GigaSection

    A section: one page geometry, optional running header/footer, and its pages.

    interface GigaSection {
        geometry: GigaPageGeometry;
        header: GigaBlock[] | null;
        footer: GigaBlock[] | null;
        pages: GigaPage[];
    }
    Index

    Properties

    header: GigaBlock[] | null
    footer: GigaBlock[] | null
    pages: GigaPage[]