| Modifier and Type | Method and Description | 
|---|---|
| PdfImageXObject | PdfResources. getImage(PdfName name) | 
| PdfImageXObject | PdfPage. getThumbnailImage()
             Sets a stream object that shall define the page’s thumbnail image. 
            | 
| Modifier and Type | Method and Description | 
|---|---|
| PdfName | PdfResources. addImage(PdfImageXObject image)
             Adds  PdfImageXObjectobject to the resources. | 
| PdfPage | PdfPage. setThumbnailImage(PdfImageXObject thumb)
             Sets a stream object that shall define the page’s thumbnail image. 
            | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | PdfCanvas. addInlineImage(PdfImageXObject imageXObject, float a, float b, float c, float d, float e, float f)
             Adds  PdfImageXObjectto canvas. | 
| Modifier and Type | Method and Description | 
|---|---|
| PdfImageXObject | ImageRenderInfo. getImage()
             Gets an image wrapped in ImageXObject. 
            | 
| Modifier and Type | Method and Description | 
|---|---|
| PdfImageXObject | PdfFileSpec. getThumbnailImage()
             PDF 2.0. 
            | 
| Modifier and Type | Method and Description | 
|---|---|
| PdfFileSpec | PdfFileSpec. setThumbnailImage(PdfImageXObject thumbnailImage)
             PDF 2.0. 
            | 
| Modifier and Type | Method and Description | 
|---|---|
| PdfImageXObject | PdfImageXObject. copyTo(PdfDocument document)
             Copy Image XObject to the specified document. 
            | 
| PdfImageXObject | PdfImageXObject. put(PdfName key, PdfObject value)
             Puts the value into Image XObject dictionary and associates it with the specified key. 
            | 
| Constructor and Description | 
|---|
| PdfImageXObject(ImageData image, PdfImageXObject imageMask)
             Creates Image XObject by image. 
            | 
| Constructor and Description | 
|---|
| Image(PdfImageXObject xObject)
             Creates an  Imagefrom an image XObject, the representation of an image in PDF syntax. | 
| Image(PdfImageXObject xObject, float width)
             Creates an  Imagefrom an image XObject, the representation of an image in PDF syntax, with a custom width. | 
| Image(PdfImageXObject xObject, float left, float bottom)
             Creates an  Imagefrom an image XObject, the representation of an image in PDF syntax, on a fixed position. | 
| Image(PdfImageXObject xObject, float left, float bottom, float width)
             Creates an  Imagefrom an image XObject, the representation of an image in PDF syntax, with a custom width and on a fixed position. | 
| Modifier and Type | Method and Description | 
|---|---|
| PdfImageXObject | BackgroundImage. getImage() | 
| Constructor and Description | 
|---|
| BackgroundImage(PdfImageXObject image) | 
| BackgroundImage(PdfImageXObject image, boolean repeatX, boolean repeatY) | 
| Modifier and Type | Method and Description | 
|---|---|
| PdfImageXObject | ResourceResolver. retrieveImage(String src) Deprecated.  
              will return  in pdfHTML 3.0.0 | 
Copyright © 1998–2019 iText Group NV. All rights reserved.