Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like Document or indirectly through several
subpackages. |
Modifier and Type | Method and Description |
---|---|
XImage |
XImageCollection.get_Item(int index)
Gets image from collection by its index.
|
XImage |
XImageCollection.get_Item(String name)
Gets image from collection by its name.
|
XImage |
Artifact.getImage()
Gets image of the artifact (if presents).
|
XImage |
ImagePlacement.getImage()
Gets related XImage resource object.
|
static XImage |
InternalHelper.newXImage(com.aspose.pdf.engine.data.IPdfDataStream image) |
Modifier and Type | Method and Description |
---|---|
String |
XImageCollection.add(XImage image)
Adds new image to Image list.
|
static com.aspose.pdf.engine.data.IPdfObject |
InternalHelper.deleteBySize(XImageCollection value,
XImage image) |
static com.aspose.pdf.engine.data.IPdfObject |
InternalHelper.deleteBySizeAndIndex(XImageCollection value,
XImage image) |
static com.aspose.ms.System.Drawing.Bitmap |
InternalHelper.getBitmap(XImage image,
boolean isOriginalImage) |
static com.aspose.ms.System.Drawing.Image |
InternalHelper.getBlackAndWhite(XImage image) |
static com.aspose.pdf.engine.data.IPdfObject |
InternalHelper.getEngineObject(XImage value) |
String |
XImageCollection.getImageName(XImage image)
Returns name in images list which is key of the given image.
|
static XImageCollection |
InternalHelper.getParent(XImage xImage) |
static boolean |
InternalHelper.hasSMask(XImage image) |
boolean |
XImage.isTheSameObject(XImage image)
Returns true if both images references to the same object.
|
static void |
InternalHelper.saveWithBlending(XImage value,
com.aspose.ms.System.IO.Stream stream,
int resolution) |
Copyright © 2018 Aspose. All Rights Reserved.