C# Class NAPS2.ImportExport.SaveSeparatorHelper

Datei anzeigen Open project: cyanfish/naps2 Class Usage Examples

Public Methods

Method Description
SeparateScans ( IEnumerable scans, SaveSeparator separator ) : IEnumerable>

Given a list of scans (each of which is a list of 1 or more images), split up the images into multiple lists as described by the SaveSeparator parameter.

Method Details

SeparateScans() public static method

Given a list of scans (each of which is a list of 1 or more images), split up the images into multiple lists as described by the SaveSeparator parameter.
public static SeparateScans ( IEnumerable scans, SaveSeparator separator ) : IEnumerable>
scans IEnumerable
separator SaveSeparator
return IEnumerable>