This function returns the image information context that must be supplied to the fpGetOutputImageCount()
or fpGetOutputImageInfo()
functions. See fpGetOutputImageCount() and fpGetOutputImageInfo().
You must free the system resources associated with this context after you use it, by using the fpFreeImageInfos() function.
void* pascal fpGetOutputImageInfos ( void* const pContext, KVInputStream* const pInput, KVXMLOptions* const pOptions)
pContext
|
A pointer returned from fpInit() or fpInitWithLicenseData(). |
pInput
|
The pointer to a KVInputStream instance. This instance defines the input stream that the function processes to extract the images. |
pOptions
|
A pointer to a This pointer must not be |
If the call is successful, the return value is the pointer to an image info context object.
If the call is unsuccessful, the return value is NULL
.
KVXMLStartOOPSession()
before you call fpGetOutputImageInfos()
. You must open a new, second OOP session for any subsequent XML export from the input stream. fpGetKvErrorCode()
and fpGetKvErrorCodeEx()
to help identify the cause of the failure.
|