A B C D F G I J L M N O P R S T U V

R

read(FileInputStream) - Method in class com.twainconnect.io.imp.TwainConnectImageLoaderImp.BitmapHeader
read in the bitmap header
RegionOfInterest - Class in com.twainconnect.core
Used for cropping an image
RegionOfInterest() - Constructor for class com.twainconnect.core.RegionOfInterest
default ctor with the default uom in empirical inches
RegionOfInterest(float, float, float, float) - Constructor for class com.twainconnect.core.RegionOfInterest
By default the UOM is Inches Given the following numbers as an example we will start cropping an image from the upper left corner and get a 3.0" x 1.0" image private float left; //0 private float top; //0 private float right; // 3 Inches Wide private float bottom; // 1 Inch Tall
removeTwainListener(TwainEventListener) - Method in class com.twainconnect.core.TwainConnect
Remove a TwainEventListener instance from the list

A B C D F G I J L M N O P R S T U V