JTwain v9 - Lab Asprise! All Rights Reserved.

Uses of Class
com.asprise.util.jtwain.lowlevel.DataTypeImageLayout

Packages that use DataTypeImageLayout
com.asprise.util.jtwain Main package; contains essential classes to perform image acquisition. 
com.asprise.util.jtwain.lowlevel Low-level APIs for advanced development of TWAIN applications. 
 

Uses of DataTypeImageLayout in com.asprise.util.jtwain
 

Methods in com.asprise.util.jtwain that return DataTypeImageLayout
 DataTypeImageLayout Source.getRegion()
          Returns the scanning region for next scan.
 

Uses of DataTypeImageLayout in com.asprise.util.jtwain.lowlevel
 

Methods in com.asprise.util.jtwain.lowlevel with parameters of type DataTypeImageLayout
static OperationResult Control.ImageLayoutSet(DataTypeImageLayout layout)
           
 


JTwain v9 - Lab Asprise! All Rights Reserved.