Class PdfImage

All Implemented Interfaces:
Serializable

public class PdfImage extends PdfStream
PdfImage is a PdfStream containing an image-Dictionary and -stream.
See Also:
  • Field Details

    • name

      protected PdfName name
      This is the PdfName of the image.
    • image

      protected Image image
  • Constructor Details

  • Method Details

    • name

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

      public Image getImage()
    • importAll

      protected void importAll(PdfImage dup)