public class ImagePreparingEventArgs extends BaseIndexEventArgs
Learn more
| Modifier | Constructor and Description |
|---|---|
protected |
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. |
| Modifier and Type | Method and Description |
|---|---|
protected static ImagePreparingEventArgs |
create(com.aspose.ms.System.Guid indexId,
String indexFolder,
IndexStatus status,
String documentKey,
String[] innerPath,
int imageIndex,
ImageFrame[] imageFrames,
InputStream imageStream) |
String |
getDocumentKey()
Gets the document key.
|
ImageFrame[] |
getImageFrames()
Gets the image frames.
|
int |
getImageIndex()
Gets the ordinal number of the image in the document.
|
InputStream |
getImageStream()
Gets the image stream.
|
String[] |
getInnerPath()
Gets the inner path of a nested document.
|
create, getIndexFolder, getIndexId, getStatus, getTimeprotected 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.
indexId - The index ID.indexFolder - The index folder.status - The status.documentKey - The document key.innerPath - The inner path of a nested document.imageIndex - The ordinal number of the image in the document.imageFrames - The image frames.imageStream - The image stream.protected static ImagePreparingEventArgs create(com.aspose.ms.System.Guid indexId, String indexFolder, IndexStatus status, String documentKey, String[] innerPath, int imageIndex, ImageFrame[] imageFrames, InputStream imageStream)
public final String getDocumentKey()
Gets the document key.
public final ImageFrame[] getImageFrames()
Gets the image frames.
public final int getImageIndex()
Gets the ordinal number of the image in the document.
public final InputStream getImageStream()
Gets the image stream.
public final String[] getInnerPath()
Gets the inner path of a nested document.
Copyright © 2026. All rights reserved.