naps2/NAPS2.Sdk/ImportExport/SaveSeparator.cs

14 lines
216 B
C#
Raw Normal View History

2016-02-10 05:50:36 +03:00
using System;
using System.Collections.Generic;
using System.Linq;
namespace NAPS2.ImportExport
2016-02-10 05:50:36 +03:00
{
public enum SaveSeparator
{
None,
2016-02-10 05:50:36 +03:00
FilePerPage,
FilePerScan,
PatchT
}
}