Initializes a new instance of the ImageCollectorPdfSinglepage class.
Namespace: TwainScanning.Collectors
Assembly: TwainScanning (in TwainScanning.dll) Version: 1.3.4.0 (1.3.4.0)
Syntax
public ImageCollectorPdfSinglepage( IEnumerable<string> nameGenerator, int quality = 80, PdfProtection protection = null )
Parameters
- nameGenerator
- Type: System.Collections.GenericIEnumerableString
The name generator. - quality (Optional)
- Type: SystemInt32
The quality. - protection (Optional)
- Type: TwainScanning.CollectorsPdfProtection
The protection settings to apply.
See Also