Initializes a new instance of the ImageCollectorPdf class.
Namespace: TwainScanning.Collectors
Assembly: TwainScanning (in TwainScanning.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public ImageCollectorPdf( Stream stream, int quality = 80, bool closeStreamAfterFinish = false, PdfProtection protection = null )
Parameters
- stream
- Type: System.IOStream
The stream. - quality (Optional)
- Type: SystemInt32
The quality. - closeStreamAfterFinish (Optional)
- Type: SystemBoolean
if set to true [close stream after finish]. - protection (Optional)
- Type: TwainScanning.CollectorsPdfProtection
The protection settings to apply.
See Also