| Package | Description |
|---|---|
| com.itextpdf.kernel.pdf | |
| com.itextpdf.kernel.pdf.canvas | |
| com.itextpdf.kernel.pdf.canvas.parser.data | |
| com.itextpdf.kernel.pdf.xobject |
| Modifier and Type | Method and Description |
|---|---|
PdfImageXObject |
PdfResources.getImage(PdfName name) |
| Modifier and Type | Method and Description |
|---|---|
PdfName |
PdfResources.addImage(PdfImageXObject image)
Adds
PdfImageXObject object to the resources. |
| 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
PdfImageXObject to canvas. |
| Modifier and Type | Method and Description |
|---|---|
PdfImageXObject |
ImageRenderInfo.getImage()
Gets an image wrapped in ImageXObject.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected static PdfStream |
PdfImageXObject.createPdfStream(ImageData image,
PdfImageXObject imageMask)
Deprecated.
|
| Constructor and Description |
|---|
PdfImageXObject(ImageData image,
PdfImageXObject imageMask)
Creates Image XObject by image.
|
Copyright © 1998–2017 iText Group NV. All rights reserved.