UNPKG

@ironsoftware/ironpdf

Version:

IronPDF for Node

3 lines 284 B
import { PdfPageSelection } from "../../../public/types"; export declare function addBackgroundForeground(destId: string, srcId: string, srcPageIndex: number, isBackground: boolean, destPageIndices?: PdfPageSelection): Promise<void>; //# sourceMappingURL=BackgroundForeground.d.ts.map