Class PdfImage


  • public class PdfImage
    extends PdfStream
    PdfImage is a PdfStream containing an image-Dictionary and -stream.
    • Field Detail

      • name

        private PdfName name
        This is the PdfName of the image.
    • Method Detail

      • name

        PdfName name()
        Returns the PdfName of the image.
        Returns:
        the name
      • transferBytes

        private static void transferBytes​(java.io.InputStream in,
                                          java.io.OutputStream out,
                                          int len)
                                   throws java.io.IOException
        Throws:
        java.io.IOException