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.
|
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.
|
Modifier and Type | Field and Description |
---|---|
protected PdfImageXObject |
BackgroundImage.image |
Modifier and Type | Method and Description |
---|---|
PdfImageXObject |
BackgroundImage.getImage() |
Constructor and Description |
---|
BackgroundImage(PdfImageXObject image) |
BackgroundImage(PdfImageXObject image, boolean repeatX, boolean repeatY) |
Copyright © 1998–2018 iText Group NV. All rights reserved.