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
PdfImageXObject object 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
PdfImageXObject to canvas. |
Modifier and Type | Method and Description |
---|---|
PdfImageXObject |
ImageRenderInfo.getImage()
Gets the 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.
|
Copyright © 1998–2023 Apryse Group NV. All rights reserved.