Hi Jeff
I've emailed it to you.
Here are some examples
// Remove the black border from a scanned document
ImageEnView1.IO.Acquire();
ImageEnView1.Proc.AutoCrop(10, CreateRGB(0, 0, 0) );
// Remove the black border from a scanned document, but ignore any isolated pixels
ImageEnView1.IO.Acquire();
ImageEnView1.Proc.AutoCrop(10, CreateRGB(0, 0, 0), True, False, 0.001 );
Nigel
Xequte Software
www.imageen.com