Uses of Class
com.itextpdf.text.pdf.PdfReaderInstance
Packages that use PdfReaderInstance
-
Uses of PdfReaderInstance in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfReaderInstanceModifier and TypeFieldDescriptionprotected PdfReaderInstancePdfWriter.currentPdfReaderInstance(package private) PdfReaderInstancePdfImportedPage.readerInstanceFields in com.itextpdf.text.pdf with type parameters of type PdfReaderInstanceModifier and TypeFieldDescriptionprotected HashMap<PdfReader, PdfReaderInstance> PdfWriter.readerInstancesInstances of PdfReader/PdfReaderInstance that are used to import pages.Methods in com.itextpdf.text.pdf that return PdfReaderInstanceModifier and TypeMethodDescription(package private) PdfReaderInstancePdfImportedPage.getPdfReaderInstance()protected PdfReaderInstancePdfReader.getPdfReaderInstance(PdfWriter writer) protected PdfReaderInstancePdfWriter.getPdfReaderInstance(PdfReader reader) Returns the PdfReaderInstance associated with the specified reader.Methods in com.itextpdf.text.pdf with parameters of type PdfReaderInstanceModifier and TypeMethodDescriptionvoidPdfLister.listStream(PRStream stream, PdfReaderInstance reader) Visualizes a Stream.Constructors in com.itextpdf.text.pdf with parameters of type PdfReaderInstanceModifierConstructorDescription(package private)PdfImportedPage(PdfReaderInstance readerInstance, PdfWriter writer, int pageNumber)