UNPKG

@ironsoftware/ironpdf

Version:

IronPDF for Node

5 lines 446 B
import { PdfPageSelection } from "../../../public/types"; import { HtmlAffix, TextAffix } from "../../../public/affix"; export declare function addHtmlAffix(id: string, pdfPageSelection: PdfPageSelection, htmlAffix: HtmlAffix, isHeader: boolean): Promise<void>; export declare function addTextAffix(id: string, pdfPageSelection: PdfPageSelection, textAffix: TextAffix, isHeader: boolean): Promise<void>; //# sourceMappingURL=headerFooter.d.ts.map