Save stream to multipage PDF.
Namespace: TwainScanning.Collectors
Assembly: TwainScanning (in TwainScanning.dll) Version: 1.3.4.0 (1.3.4.0)
Syntax
public bool SaveAllToMultipagePdf( Stream strm, int quality = 80, PdfProtection protection = null )
Parameters
- strm
- Type: System.IOStream
- quality (Optional)
- Type: SystemInt32
- protection (Optional)
- Type: TwainScanning.CollectorsPdfProtection
Return Value
Type: BooleanSee Also