Initializes a new instance of the ImageCollectorPdf class.
Namespace: TwainScanning.Collectors
Assembly: TwainScanning (in TwainScanning.dll) Version: 1.3.4.0 (1.3.4.0)
Syntax
public ImageCollectorPdf( string filePath, int quality = 80, PdfProtection protection = null )
Parameters
- filePath
- Type: SystemString
The file path. - quality (Optional)
- Type: SystemInt32
The quality. - protection (Optional)
- Type: TwainScanning.CollectorsPdfProtection
The protection settings to apply.
See Also