Uses of Class
com.itextpdf.text.pdf.PdfReaderInstance
-
Packages that use PdfReaderInstance Package Description com.itextpdf.text.pdf -
-
Uses of PdfReaderInstance in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfReaderInstance Modifier and Type Field Description protected PdfReaderInstance
PdfWriter. currentPdfReaderInstance
(package private) PdfReaderInstance
PdfImportedPage. readerInstance
Fields in com.itextpdf.text.pdf with type parameters of type PdfReaderInstance Modifier and Type Field Description protected java.util.HashMap<PdfReader,PdfReaderInstance>
PdfWriter. readerInstances
Instances of PdfReader/PdfReaderInstance that are used to import pages.Methods in com.itextpdf.text.pdf that return PdfReaderInstance Modifier and Type Method Description (package private) PdfReaderInstance
PdfImportedPage. getPdfReaderInstance()
protected PdfReaderInstance
PdfReader. getPdfReaderInstance(PdfWriter writer)
protected PdfReaderInstance
PdfWriter. getPdfReaderInstance(PdfReader reader)
Returns the PdfReaderInstance associated with the specified reader.Methods in com.itextpdf.text.pdf with parameters of type PdfReaderInstance Modifier and Type Method Description void
PdfLister. listStream(PRStream stream, PdfReaderInstance reader)
Visualizes a Stream.Constructors in com.itextpdf.text.pdf with parameters of type PdfReaderInstance Constructor Description PdfImportedPage(PdfReaderInstance readerInstance, PdfWriter writer, int pageNumber)
-