Uses of Interface
org.faceless.pdf2.LoadState
-
Packages that use LoadState Package Description org.faceless.pdf2 Contains the classes used to create a PDF document -
-
Uses of LoadState in org.faceless.pdf2
Methods in org.faceless.pdf2 that return LoadState Modifier and Type Method Description LoadState
PDF. getLoadState(int index)
For linearized documents that are being loaded from aURL
via thePDFReader.setSource(URL)
, this method relays the current load state of the specified page.
-