Namespace NAPS2.ImportExport
Classes
- FileImporter
Imports PDF or image files.
- ImageImporter
Imports image files.
- ImportParams
Additional parameters for importing files (e.g. PDF password, barcode detection, thumbnail rendering).
- Slice
A class that represents a Python-style slice of a collection. https://stackoverflow.com/questions/509211/understanding-pythons-slice-notation/509295#509295
For example, "2:-3" gets all but the first 2 and last 3 items. Stepping is supported too, as in "::2" which gets every other item.