Initializes a new instance of the ImageCollectorTiffMultipage class.
Namespace: TwainScanning.Collectors
Assembly: TwainScanning (in TwainScanning.dll) Version: 1.3.4.0 (1.3.4.0)
Syntax
public ImageCollectorTiffMultipage( Stream stream, Nullable<EncoderValue> compression = null, bool closeStreamAfterFinish = false )
Parameters
- stream
- Type: System.IOStream
The stream. - compression (Optional)
- Type: SystemNullableEncoderValue
The compression. - closeStreamAfterFinish (Optional)
- Type: SystemBoolean
if set to true [close stream after finish].
See Also