UNPKG
@ironsoftware/ironpdf
Version:
latest (2026.6.1)
2026.6.1
2026.5.1
2026.4.1
2026.3.1
2026.2.1
2026.1.3
2025.12.2
2025.11.2
2025.10.2
2025.9.1
2025.8.1
2025.7.17
2025.6.8
2025.5.7
2025.4.4
2025.3.6
2025.2.1
2025.1.1
2024.12.9
2024.11.1
2024.10.8
2024.9.1
2024.8.2
2024.7.1
2024.6.4
2024.5.1
2024.4.2
2024.3.1
2024.2.1
2024.1.1
2023.11.2
2023.10.1
2023.9.2
IronPDF for Node
ironpdf.com/nodejs
@ironsoftware/ironpdf
/
src
/
internal
/
grpc_layer
/
pdfium
/
BackgroundForeground.d.ts
3 lines
•
284 B
TypeScript
View Raw
1
2
3
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