Uses of Class
com.ironsoftware.ironpdf.page.PageInfo
Packages that use PageInfo
-
Uses of PageInfo in com.ironsoftware.ironpdf
Methods in com.ironsoftware.ironpdf that return types with arguments of type PageInfoModifier and TypeMethodDescriptionPdfDocument.getPagesInfo()
Gets a list of information about pages in this PDF as a List ofPageInfo
.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 PageInfoModifier and TypeMethodDescriptionPage_Api.getPagesInfo
(InternalPdfDocument internalPdfDocument) Gets the list of pages with information in the PDF document.