| Package | Description |
|---|---|
| com.ironsoftware.ironpdf | |
| com.ironsoftware.ironpdf.internal.staticapi |
| Modifier and Type | Method and Description |
|---|---|
List<PageInfo> |
PdfDocument.getPagesInfo()
Gets a list of information about pages in this PDF as a List of
PageInfo. |
Map<Integer,PageInfo> |
PdfDocument.getPagesInfo(PageSelection pageSelection)
Gets a Map of information a selection of pages in this PDF as a List of
PageInfo. |
| Modifier and Type | Method and Description |
|---|---|
List<PageInfo> |
InternalPdfDocument.getPageInfoList(PageSelection pageSelection) |
static List<PageInfo> |
Page_Api.getPagesInfo(InternalPdfDocument internalPdfDocument)
Gets the list of pages with information in the PDF document.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Stamp_Api.applyStamp(InternalPdfDocument internalPdfDocument,
Stamper stamper,
List<PageInfo> pageInfosToStamp) |
Copyright © 2022–2025 Iron Software. All rights reserved.