| Package | Description | 
|---|---|
| com.itextpdf.text.pdf.parser | 
| Modifier and Type | Method and Description | 
|---|---|
static InlineImageInfo |  
          InlineImageUtils.parseInlineImage(PdfContentParser ps, PdfDictionary colorSpaceDic) 
           
             Parses an inline image from the provided content parser. 
              |  
         
| Modifier and Type | Method and Description | 
|---|---|
protected static ImageRenderInfo |  
          ImageRenderInfo.createForEmbeddedImage(GraphicsState gs, InlineImageInfo inlineImageInfo, PdfDictionary colorSpaceDictionary, Collection<MarkedContentInfo> markedContentInfo) 
           
             Create an ImageRenderInfo object based on inline image data. 
              |  
         
protected void |  
          PdfContentStreamProcessor.handleInlineImage(InlineImageInfo info, PdfDictionary colorSpaceDic) 
           
             Callback when an inline image is found. 
              |  
         
Copyright © 1998–2019. All rights reserved.