This method is implemented in FRE for Linux and Windows.
For Windows, if you work with images that were already loaded into memory (for example, you use the OpenBitmap or OpenDib methods of the Engine object), implement GetNextImageDocument.
Syntax
C++
C#
Visual Basic .NET
Parameters
Result [out, retval] A pointer to IFileAdapter* pointer variable that provides access to the next image file in the queue.Return values
[C++ only] If this method returns a value other than S_OK, it indicates that an error occurred on the client-side.Remarks
- The client implementation of this method must assure that all exceptions thrown inside the method are caught and handled and no exceptions are propagated outside the method. Propagation of an exception outside the method may lead to unpredictable results (such as program termination).
- If your license includes the Office Formats Opening module, you may also use this method to open digital documents of supported formats.
Samples
C# code
C# code
