com.itextpdf.text.pdf.parser
Class InlineImageInfo

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

public class InlineImageInfo
extends Object

Represents an inline image from a PDF

Since:
5.1.4

Constructor Summary
InlineImageInfo(byte[] samples, PdfDictionary imageDictionary)
           
 
Method Summary
 PdfDictionary getImageDictionary()
           
 byte[] getSamples()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2013. All Rights Reserved.