Uses of Class
com.itextpdf.kernel.pdf.xobject.PdfImageXObject
Packages that use PdfImageXObject
Package
Description
-
Uses of PdfImageXObject in com.itextpdf.kernel.pdf
Methods in com.itextpdf.kernel.pdf that return PdfImageXObjectModifier and TypeMethodDescriptionPdfPage.getThumbnailImage()Sets a stream object that shall define the page’s thumbnail image.Methods in com.itextpdf.kernel.pdf with parameters of type PdfImageXObjectModifier and TypeMethodDescriptionPdfResources.addImage(PdfImageXObject image) AddsPdfImageXObjectobject 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
Methods in com.itextpdf.kernel.pdf.canvas with parameters of type PdfImageXObjectModifier and TypeMethodDescriptionprivate PdfCanvasPdfCanvas.addImageAt(PdfImageXObject image, float x, float y) AddsPdfImageXObjectto the specified position.private PdfCanvasPdfCanvas.addImageFittedIntoRectangle(PdfImageXObject image, Rectangle rect) AddsPdfImageXObjectfitted into specific rectangle on canvas.protected voidPdfCanvas.addInlineImage(PdfImageXObject imageXObject, float a, float b, float c, float d, float e, float f) AddsPdfImageXObjectto canvas. -
Uses of PdfImageXObject in com.itextpdf.kernel.pdf.canvas.parser.data
Fields in com.itextpdf.kernel.pdf.canvas.parser.data declared as PdfImageXObjectMethods in com.itextpdf.kernel.pdf.canvas.parser.data that return PdfImageXObjectModifier and TypeMethodDescriptionImageRenderInfo.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 PdfImageXObjectMethods in com.itextpdf.kernel.pdf.filespec with parameters of type PdfImageXObjectModifier and TypeMethodDescriptionPdfFileSpec.setThumbnailImage(PdfImageXObject thumbnailImage) PDF 2.0. -
Uses of PdfImageXObject in com.itextpdf.kernel.pdf.xobject
Methods in com.itextpdf.kernel.pdf.xobject that return PdfImageXObjectModifier 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.Methods in com.itextpdf.kernel.pdf.xobject with parameters of type PdfImageXObjectModifier and TypeMethodDescriptionprivate static PdfStreamPdfImageXObject.createPdfStream(ImageData image, PdfImageXObject imageMask) Constructors in com.itextpdf.kernel.pdf.xobject with parameters of type PdfImageXObjectModifierConstructorDescriptionImagePdfBytesInfo(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 PdfImageXObjectModifierConstructorDescriptionImage(PdfImageXObject xObject) Creates anImagefrom an image XObject, the representation of an image in PDF syntax.Image(PdfImageXObject xObject, float width) Creates anImagefrom an image XObject, the representation of an image in PDF syntax, with a custom width.Image(PdfImageXObject xObject, float left, float bottom) Creates anImagefrom 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 anImagefrom 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 PdfImageXObjectModifier and TypeMethodDescriptionBackgroundImage.getImage()Gets initial image if it is instanceofPdfImageXObject, otherwise returns null.