Simple collector constructor.
Initializes a new instance of the ImageCollector class.
Namespace: TwainScanning.Collectors
Assembly: TwainScanning (in TwainScanning.dll) Version: 1.3.4.0 (1.3.4.0)
Syntax
public ImageCollector( Nullable<bool> useTempFiles = null, ImageFormat tempFileFormat = null )
Parameters
- useTempFiles (Optional)
- Type: SystemNullableBoolean
if set to true [use tepm files]. - tempFileFormat (Optional)
- Type: System.Drawing.ImagingImageFormat
The temporary file format.
See Also