| Modifier and Type | Method and Description | 
|---|---|
| PdfXObject | Type3Glyph. addImage(ImageData image, float a, float b, float c, float d, float e, float f, boolean inlineImage)
             Creates Image XObject from image and adds it to canvas. 
            | 
| Modifier and Type | Method and Description | 
|---|---|
| PdfXObject | PdfCanvas. addImage(ImageData image, float x, float y, boolean asInline)
             Creates Image XObject from image and adds it to canvas. 
            | 
| PdfXObject | PdfCanvas. addImage(ImageData image, float x, float y, float width, boolean asInline)
             Creates Image XObject from image and adds it to the specified position with specified width preserving aspect ratio. 
            | 
| PdfXObject | PdfCanvas. addImage(ImageData image, float x, float y, float height, boolean asInline, boolean dummy)
             Creates Image XObject from image and adds it to the specified position with specified width preserving aspect ratio. 
            | 
| PdfXObject | PdfCanvas. addImage(ImageData image, float a, float b, float c, float d, float e, float f)
             Creates Image XObject from image and adds it to canvas (as Image XObject). 
            | 
| PdfXObject | PdfCanvas. addImage(ImageData image, float a, float b, float c, float d, float e, float f, boolean asInline)
             Creates Image XObject from image and adds it to canvas. 
            | 
| PdfXObject | PdfCanvas. addImage(ImageData image, Rectangle rect, boolean asInline)
             Creates Image XObject from image and adds it to canvas. 
            | 
| Modifier and Type | Method and Description | 
|---|---|
| PdfCanvas | PdfCanvas. addXObject(PdfXObject xObject, float x, float y)
             Adds  PdfXObjectto the specified position. | 
| PdfCanvas | PdfCanvas. addXObject(PdfXObject xObject, float x, float y, float width)
             Adds  PdfXObjectto the specified position with specified width preserving aspect ratio. | 
| PdfCanvas | PdfCanvas. addXObject(PdfXObject xObject, float x, float y, float height, boolean dummy)
             Adds  PdfXObjectto the specified position with specified height preserving aspect ratio. | 
| PdfCanvas | PdfCanvas. addXObject(PdfXObject xObject, float a, float b, float c, float d, float e, float f)
             Adds  PdfXObjectto canvas. | 
| PdfCanvas | PdfCanvas. addXObject(PdfXObject xObject, Rectangle rect)
             Adds  PdfXObjectto specified rectangle on canvas. | 
| Modifier and Type | Method and Description | 
|---|---|
| PdfXObject | WmfImageHelper. createFormXObject(PdfDocument document)
             Create a PdfXObject based on the WMF image. 
            | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PdfFormXObject
             A wrapper for Form XObject. 
            | 
| class  | PdfImageXObject
             A wrapper for Image XObject. 
            | 
| Modifier and Type | Method and Description | 
|---|---|
| static PdfXObject | PdfXObject. makeXObject(PdfStream stream) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected PdfXObject | Image. xObject | 
| Modifier and Type | Method and Description | 
|---|---|
| PdfXObject | Image. getXObject()
             Gets the XObject contained in this image object 
            | 
| Modifier and Type | Field and Description | 
|---|---|
| protected PdfXObject | BackgroundImage. image | 
| Modifier and Type | Method and Description | 
|---|---|
| protected PdfXObject | ResourceResolver. createImageByUrl(URL url)
             Create a iText XObject based on the image stored at the passed location 
            | 
| PdfXObject | ResourceResolver. retrieveImageExtended(String src)
             Retrieve image as either  PdfImageXObject, orPdfFormXObject. | 
| protected PdfXObject | ResourceResolver. tryResolveBase64ImageSource(String src) | 
| protected PdfXObject | ResourceResolver. tryResolveUrlImageSource(String uri) | 
Copyright © 1998–2019 iText Group NV. All rights reserved.