Uses of Class
com.itextpdf.kernel.pdf.xobject.PdfImageXObject
-
-
Uses of PdfImageXObject in com.itextpdf.kernel.pdf
Methods in com.itextpdf.kernel.pdf that return PdfImageXObject Modifier and Type Method Description PdfImageXObject
PdfResources. getImage(PdfName name)
PdfImageXObject
PdfPage. getThumbnailImage()
Sets a stream object that shall define the page’s thumbnail image.Methods in com.itextpdf.kernel.pdf with parameters of type PdfImageXObject Modifier and Type Method Description PdfName
PdfResources. addImage(PdfImageXObject image)
AddsPdfImageXObject
object to the resources.PdfPage
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
Methods in com.itextpdf.kernel.pdf.canvas with parameters of type PdfImageXObject Modifier and Type Method Description private PdfCanvas
PdfCanvas. addImageAt(PdfImageXObject image, float x, float y)
AddsPdfImageXObject
to the specified position.private PdfCanvas
PdfCanvas. addImageFittedIntoRectangle(PdfImageXObject image, Rectangle rect)
AddsPdfImageXObject
fitted into specific rectangle on canvas.protected 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
Fields in com.itextpdf.kernel.pdf.canvas.parser.data declared as PdfImageXObject Modifier and Type Field Description private PdfImageXObject
ImageRenderInfo. image
Methods in com.itextpdf.kernel.pdf.canvas.parser.data that return PdfImageXObject Modifier and Type Method Description PdfImageXObject
ImageRenderInfo. getImage()
Gets the image wrapped in ImageXObject. -
Uses of PdfImageXObject in com.itextpdf.kernel.pdf.filespec
Methods in com.itextpdf.kernel.pdf.filespec that return PdfImageXObject Modifier and Type Method Description PdfImageXObject
PdfFileSpec. getThumbnailImage()
PDF 2.0.Methods in com.itextpdf.kernel.pdf.filespec with parameters of type PdfImageXObject Modifier and Type Method Description PdfFileSpec
PdfFileSpec. setThumbnailImage(PdfImageXObject thumbnailImage)
PDF 2.0. -
Uses of PdfImageXObject in com.itextpdf.kernel.pdf.xobject
Methods in com.itextpdf.kernel.pdf.xobject that return PdfImageXObject Modifier and Type Method 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.Methods in com.itextpdf.kernel.pdf.xobject with parameters of type PdfImageXObject Modifier and Type Method Description private static PdfStream
PdfImageXObject. createPdfStream(ImageData image, PdfImageXObject imageMask)
Constructors in com.itextpdf.kernel.pdf.xobject with parameters of type PdfImageXObject Constructor Description ImagePdfBytesInfo(PdfImageXObject imageXObject)
PdfImageXObject(ImageData image, PdfImageXObject imageMask)
Creates Image XObject by image. -
Uses of PdfImageXObject in com.itextpdf.layout.element
Constructors in com.itextpdf.layout.element with parameters of type PdfImageXObject Constructor Description Image(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
Methods in com.itextpdf.layout.properties that return PdfImageXObject Modifier and Type Method Description PdfImageXObject
BackgroundImage. getImage()
Gets initial image if it is instanceofPdfImageXObject
, otherwise returns null.
-