How Can We Help?

SimpleOCR:SDK Functions – FreeMultipleImg

You are here:
< All Topics

void FreeMultipleImg(SETOFIMG * set)

Frees a set of images. All the images in the set are also freed.

Return Value

An empty set of images or NULL if the function fails.

Parameters

set

A set of images of type SETOFIMG

Example

SETOFIMG *doc; 
doc=CreateMultipleImg(); 

if (doc==NULL) 
{
// error processing 
...
} 

// use the set 
... 

// Free it 
FreeMultipleImg(doc);
Contact Us for FREE Consultation on Your OCR Project
=
Table of Contents

Title

Go to Top