public final class CleanUpHelperUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static int[] |
getImageRectToClean(com.itextpdf.kernel.geom.Rectangle rect,
int imgWidth,
int imgHeight)
Calculates the coordinates of the image rectangle to clean by the passed
Rectangle,
specifying the area to clean. |
public static int[] getImageRectToClean(com.itextpdf.kernel.geom.Rectangle rect,
int imgWidth,
int imgHeight)
Rectangle,
specifying the area to clean.rect - the Rectangle specifying the area to clean.imgWidth - width of the image to cleanimgHeight - height of the image to cleanCopyright © 1998–2022 iText Group NV. All rights reserved.