Uses of Class
com.ironsoftware.ironpdf.page.PageInfo
-
Packages that use PageInfo Package Description com.ironsoftware.ironpdf com.ironsoftware.ironpdf.internal.staticapi -
-
Uses of PageInfo in com.ironsoftware.ironpdf
Methods in com.ironsoftware.ironpdf that return types with arguments of type PageInfo Modifier and Type Method Description List<PageInfo>
PdfDocument. getPagesInfo()
Gets a list of information about pages in this PDF as a List ofPageInfo
.Map<Integer,PageInfo>
PdfDocument. getPagesInfo(PageSelection pageSelection)
Gets a Map of information a selection of pages in this PDF as a List ofPageInfo
. -
Uses of PageInfo in com.ironsoftware.ironpdf.internal.staticapi
Methods in com.ironsoftware.ironpdf.internal.staticapi that return types with arguments of type PageInfo Modifier and Type Method 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.Method parameters in com.ironsoftware.ironpdf.internal.staticapi with type arguments of type PageInfo Modifier and Type Method Description static void
Stamp_Api. applyStamp(InternalPdfDocument internalPdfDocument, Stamper stamper, List<PageInfo> pageInfosToStamp)
-