| Package | Description |
|---|---|
| com.itextpdf.kernel.pdf | |
| com.itextpdf.kernel.pdf.canvas | |
| com.itextpdf.kernel.pdf.canvas.parser.data | |
| com.itextpdf.kernel.pdf.xobject | |
| com.itextpdf.layout.element |
| Modifier and Type | Method and Description |
|---|---|
PdfName |
PdfResources.addImage(PdfImageXObject 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 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) |
PdfImageXObject |
PdfImageXObject.put(PdfName key, PdfObject value) |
| Modifier and Type | Method and Description |
|---|---|
protected static PdfStream |
PdfImageXObject.createPdfStream(ImageData image, PdfImageXObject imageMask) |
| Constructor and Description |
|---|
PdfImageXObject(ImageData image, PdfImageXObject imageMask) |
| Constructor and Description |
|---|
Image(PdfImageXObject xObject)
Creates an Image from an image XObject, the representation of an image in PDF syntax.
|
Image(PdfImageXObject xObject, float width)
Creates an Image from an image XObject, the representation of an image in PDF syntax, with a custom width.
|
Image(PdfImageXObject xObject, float x, float y)
Creates an Image from an image XObject, the representation of an image in PDF syntax, on a fixed position.
|
Image(PdfImageXObject xObject, float x, float y, float width)
Creates an Image from an image XObject, the representation of an image in PDF syntax, with a custom width and on a fixed position.
|
Copyright © 1998–2016 iText Group NV. All rights reserved.