Class InlineImageInfo


  • public class InlineImageInfo
    extends java.lang.Object
    Represents an inline image from a PDF
    Since:
    5.1.4
    • Field Detail

      • samples

        private final byte[] samples
    • Constructor Detail

      • InlineImageInfo

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

      • 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