C# Class NAPS2.ImportExport.SaveSeparatorHelper

Afficher le fichier Open project: cyanfish/naps2 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat IEnumerable>