How Can We Help?

SimpleOCR:SDK Functions – DelImage

You are here:
< All Topics

void DelImage(SETOFIMG * set, int index)

Deletes and frees an image in a set.

Return Value

None

Parameters

set

A pointer to a set of images of type SETOFIMG.

index

Position of the deleted image, counted from 0.

Example

SETOFIMG *doc; 
IMG *img; 
int nb; 

// Creates a set 
... 

// Delete the third image 
DelImage(set,2,img);
Contact Us for FREE Consultation on Your OCR Project
=
Table of Contents

Title

Go to Top