ImagePlacement

ImagePlacement

Overview

ImagePlacement is a class in Aspose.Pdf FOSS for Java.

Describes the placement of an image on a PDF page.

Properties

NameTypeAccessDescription
imageXImageReadReturns the placed image.
matrixMatrixReadReturns the CTM at the point of rendering.
rectangleRectangleReadReturns the bounding rectangle of the image on the page (in page coordinates).
pagePageReadReturns the page containing this image placement.
resolutiondoubleReadReturns the horizontal resolution in DPI.

Methods

SignatureDescription
ImagePlacement(image: XImage, matrix: Matrix, page: Page)Creates an ImagePlacement.
getImage()XImageReturns the placed image.
getMatrix()MatrixReturns the CTM at the point of rendering.
getRectangle()RectangleReturns the bounding rectangle of the image on the page (in page coordinates).
getPage()PageReturns the page containing this image placement.
getResolution()doubleReturns the horizontal resolution in DPI.

See Also