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 PdfImageXObjectPdfResources. getImage(PdfName name)PdfImageXObjectPdfPage. 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 PdfNamePdfResources. addImage(PdfImageXObject image)AddsPdfImageXObjectobject to the resources.PdfPagePdfPage. 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 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 PdfImageXObject Modifier and Type Field Description private PdfImageXObjectImageRenderInfo. imageMethods in com.itextpdf.kernel.pdf.canvas.parser.data that return PdfImageXObject Modifier and Type Method Description PdfImageXObjectImageRenderInfo. 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 PdfImageXObjectPdfFileSpec. getThumbnailImage()PDF 2.0.Methods in com.itextpdf.kernel.pdf.filespec with parameters of type PdfImageXObject Modifier and Type Method Description PdfFileSpecPdfFileSpec. 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 PdfImageXObjectPdfImageXObject. copyTo(PdfDocument document)Copy Image XObject to the specified document.PdfImageXObjectPdfImageXObject. 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 PdfStreamPdfImageXObject. 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 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 PdfImageXObject Modifier and Type Method Description PdfImageXObjectBackgroundImage. getImage()Gets initial image if it is instanceofPdfImageXObject, otherwise returns null.
-