IsisJobSeparatorDetection Enumeration |
Available job separator values.
Namespace:
Atalasoft.Isis
Assembly:
Atalasoft.dotImage.Isis (in Atalasoft.dotImage.Isis.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public enum IsisJobSeparatorDetection
Public Enumeration IsisJobSeparatorDetection
Members
| Member name | Description |
---|
| Off | Batch detection is turned off. |
| DetectScanAndContinue | Detect and scan separator, continue scan ahead. |
| DetectScanAndStop | Detect and scan separator, stop scan ahead. |
| DetectSkipAndContinue | Detect and skip separator, continue scan ahead. |
| DetectSkipAndStop | Detect and skip separator, stop scan ahead. |
See Also