Save images as PDF format.
Namespace: TwainScanning.Collectors
Assembly: TwainScanning (in TwainScanning.dll) Version: 1.3.4.0 (1.3.4.0)
Syntax
public bool SaveAllToPdfs( IEnumerable<string> filenames, int quality = 80, PdfProtection protection = null )
Parameters
- filenames
- Type: System.Collections.GenericIEnumerableString
- quality (Optional)
- Type: SystemInt32
- protection (Optional)
- Type: TwainScanning.CollectorsPdfProtection
Return Value
Type: BooleanSee Also