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 |
---|---|
BitmapInfo |
Image.getBitmapInfo()
Gets or sets uncompressed image bytes.
|
Modifier and Type | Method and Description |
---|---|
String |
XImageCollection.add(BitmapInfo bitmapInfo)
Adds entity to the end of the collection, so entity can be accessed by the last index.
|
String |
XImageCollection.add(BitmapInfo bitmapInfo,
ImageFilterType filterType)
Adds entity to the end of the collection, so entity can be accessed by the last index.
|
static byte[] |
InternalHelper.convertToBgr(BitmapInfo bitmapInfo) |
void |
Image.setBitmapInfo(BitmapInfo value)
Gets or sets uncompressed image bytes.
|
Copyright © 2025 Aspose. All Rights Reserved.