Uses of Class
com.itextpdf.kernel.pdf.xobject.PdfImageXObject
Package
Description
-
Uses of PdfImageXObject in com.itextpdf.kernel.pdf
Modifier and TypeMethodDescriptionPdfPage.getThumbnailImage()
Sets a stream object that shall define the page’s thumbnail image.Modifier and TypeMethodDescriptionPdfResources.addImage
(PdfImageXObject image) AddsPdfImageXObject
object to the resources.PdfPage.setThumbnailImage
(PdfImageXObject thumb) Sets a stream object that shall define the page’s thumbnail image. -
Uses of PdfImageXObject in com.itextpdf.kernel.pdf.canvas
Modifier and TypeMethodDescriptionprotected void
PdfCanvas.addInlineImage
(PdfImageXObject imageXObject, float a, float b, float c, float d, float e, float f) AddsPdfImageXObject
to canvas. -
Uses of PdfImageXObject in com.itextpdf.kernel.pdf.canvas.parser.data
Modifier and TypeMethodDescriptionImageRenderInfo.getImage()
Gets the image wrapped in ImageXObject. -
Uses of PdfImageXObject in com.itextpdf.kernel.pdf.filespec
Modifier and TypeMethodDescriptionPdfFileSpec.setThumbnailImage
(PdfImageXObject thumbnailImage) PDF 2.0. -
Uses of PdfImageXObject in com.itextpdf.kernel.pdf.xobject
Modifier and TypeMethodDescriptionPdfImageXObject.copyTo
(PdfDocument document) Copy Image XObject to the specified document.Puts the value into Image XObject dictionary and associates it with the specified key.ModifierConstructorDescriptionPdfImageXObject
(ImageData image, PdfImageXObject imageMask) Creates Image XObject by image. -
Uses of PdfImageXObject in com.itextpdf.layout.element
ModifierConstructorDescriptionImage
(PdfImageXObject xObject) Creates anImage
from an image XObject, the representation of an image in PDF syntax.Image
(PdfImageXObject xObject, float width) Creates anImage
from an image XObject, the representation of an image in PDF syntax, with a custom width.Image
(PdfImageXObject xObject, float left, float bottom) Creates anImage
from an image XObject, the representation of an image in PDF syntax, on a fixed position.Image
(PdfImageXObject xObject, float left, float bottom, float width) Creates anImage
from an image XObject, the representation of an image in PDF syntax, with a custom width and on a fixed position. -
Uses of PdfImageXObject in com.itextpdf.layout.properties
Modifier and TypeMethodDescriptionBackgroundImage.getImage()
Gets initial image if it is instanceofPdfImageXObject
, otherwise returns null.