public class PRIndirectReference extends PdfIndirectReference
generation, number| Modifier and Type | Method and Description |
|---|---|
PdfReader |
getReader() |
void |
toPdf(PdfWriter writer,
OutputStream os)
Writes the PDF representation of this
PdfObject as an
array of bytes to the writer. |
getGeneration, getNumber, toStringgetBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, setContent, setIndRef, typepublic void toPdf(PdfWriter writer, OutputStream os) throws IOException
PdfObjectPdfObject as an
array of bytes to the writer.toPdf in class PdfObjectwriter - for backwards compatibilityos - The OutputStream to write the bytes to.IOException - Exception with a I/O errorpublic PdfReader getReader()
Copyright © 2021. All rights reserved.