ImagePreparingEventArgs
Leave feedback
On this page
Inheritance: java.lang.Object, com.groupdocs.search.events.EventArgs, com.groupdocs.search.events.BaseIndexEventArgs
public class ImagePreparingEventArgs extends BaseIndexEventArgs
Represents arguments for the event of an image preparing start.
Learn more
| Method | Description |
|---|---|
| getDocumentKey() | Gets the document key. |
| getInnerPath() | Gets the inner path of a nested document. |
| getImageIndex() | Gets the ordinal number of the image in the document. |
| getImageFrames() | Gets the image frames. |
| getImageStream() | Gets the image stream. |
public final String getDocumentKey()
Gets the document key.
Returns: java.lang.String - The document key.
public final String[] getInnerPath()
Gets the inner path of a nested document.
Returns: java.lang.String[] - The inner path of a nested document.
public final int getImageIndex()
Gets the ordinal number of the image in the document.
Returns: int - The ordinal number of the image in the document.
public final ImageFrame[] getImageFrames()
Gets the image frames.
Returns: com.groupdocs.search.common.ImageFrame[] - The image frames.
public final InputStream getImageStream()
Gets the image stream.
Returns: java.io.InputStream - The image stream.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.