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

    Interface HFZone

    The header and footer item lists of one running-H/F RunningHeaderFooter zone.

    interface HFZone {
        header: HFItem[];
        footer: HFItem[];
    }
    Index

    Properties

    Properties

    header: HFItem[]

    Items drawn in the top (header) band.

    footer: HFItem[]

    Items drawn in the bottom (footer) band.