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 PdfReaderInstance
PdfWriter.currentPdfReaderInstance
(package private) PdfReaderInstance
PdfImportedPage.readerInstance
Fields in com.itextpdf.text.pdf with type parameters of type PdfReaderInstanceModifier and TypeFieldDescriptionprotected HashMap<PdfReader,
PdfReaderInstance> PdfWriter.readerInstances
Instances of PdfReader/PdfReaderInstance that are used to import pages.Methods in com.itextpdf.text.pdf that return PdfReaderInstanceModifier and TypeMethodDescription(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 PdfReaderInstanceModifier and TypeMethodDescriptionvoid
PdfLister.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)