Class InlineImageInfo

java.lang.Object
com.itextpdf.text.pdf.parser.InlineImageInfo

public class InlineImageInfo extends Object
Represents an inline image from a PDF
Since:
5.1.4
  • Field Details

    • samples

      private final byte[] samples
    • imageDictionary

      private final PdfDictionary imageDictionary
  • Constructor Details

    • InlineImageInfo

      public InlineImageInfo(byte[] samples, PdfDictionary imageDictionary)
  • Method Details

    • getImageDictionary

      public PdfDictionary getImageDictionary()
      Returns:
      the image dictionary associated with this inline image
    • getSamples

      public byte[] getSamples()
      Returns:
      the raw samples associated with this inline image