Class PdfImage


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

      • transferBytes

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

        public PdfName name()
        Returns the PdfName of the image.
        Returns:
        the name
      • importAll

        protected void importAll​(PdfImage dup)