Package com.itextpdf.text.pdf.parser
Class InlineImageInfo
- java.lang.Object
-
- com.itextpdf.text.pdf.parser.InlineImageInfo
-
public class InlineImageInfo extends java.lang.Object
Represents an inline image from a PDF- Since:
- 5.1.4
-
-
Constructor Summary
Constructors Constructor Description InlineImageInfo(byte[] samples, PdfDictionary imageDictionary)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PdfDictionary
getImageDictionary()
byte[]
getSamples()
-
-
-
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
-
-