Package | Description |
---|---|
com.aspose.pdf |
The
com.aspose.pdf is a root package for all classes of Aspose.Pdf.New library
which are either directly in it like Document or indirectly through several
subpackages. |
Modifier and Type | Method and Description |
---|---|
XImageCollection |
Resources.getImages()
Gets
Images images collection |
static XImageCollection |
InternalHelper.getParent(XImage xImage) |
static XImageCollection |
InternalHelper.newXImageCollection(Resources parent,
com.aspose.pdf.engine.data.IPdfDictionary xobject) |
Modifier and Type | Method and Description |
---|---|
static void |
InternalHelper.addImageInternal(XImageCollection images,
com.aspose.ms.System.IO.MemoryStream stream) |
static void |
InternalHelper.addOrReplace(XImageCollection images,
int index,
com.aspose.ms.System.IO.Stream stream,
int quality,
boolean isBlackWhite,
int filterType,
int bitMask,
boolean isMasked) |
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.pdf.engine.data.IPdfDataStream |
InternalHelper.makeImageFromStream(XImageCollection xic,
com.aspose.ms.System.IO.Stream stream,
int quality,
com.aspose.pdf.engine.data.ITrailerable parent) |
static void |
InternalHelper.replace(XImageCollection images,
int idx,
com.aspose.ms.System.IO.Stream ms,
int quality,
boolean isBlackAndWhite) |
Copyright © 2017 Aspose. All Rights Reserved.