| Package | Description |
|---|---|
| com.groupdocs.search |
The package provides classes for indexing and searching text data in documents of different formats.
|
| com.groupdocs.search.common |
The package provides common classes of the library.
|
| com.groupdocs.search.events |
The package provides classes of event arguments.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Extractor.raiseImagePreparingPublic(String documentKey,
String[] innerPath,
int imageIndex,
ImageFrame[] frames,
InputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
abstract ImageFrame[] |
DocumentImage.getFrames()
Gets the image frames.
|
| Modifier and Type | Method and Description |
|---|---|
ImageFrame[] |
ImagePreparingEventArgs.getImageFrames()
Gets the image frames.
|
| Modifier and Type | Method and Description |
|---|---|
protected static ImagePreparingEventArgs |
ImagePreparingEventArgs.create(com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
String documentKey,
String[] innerPath,
int imageIndex,
ImageFrame[] imageFrames,
InputStream imageStream) |
abstract void |
EventHubBase.raiseImagePreparingPublic(String documentKey,
String[] innerPath,
int imageIndex,
ImageFrame[] frames,
InputStream stream) |
| Constructor and Description |
|---|
ImagePreparingEventArgs(com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
String documentKey,
String[] innerPath,
int imageIndex,
ImageFrame[] imageFrames,
InputStream imageStream)
Initializes a new instance of the
ImagePreparingEventArgs class. |
Copyright © 2026. All rights reserved.