ScanOutput
public enum ScanOutput
Define the possible output types: either an array of images or a PDF document
-
Undocumented
Declaration
Swift
case images([UIImage])
-
Undocumented
Declaration
Swift
case pdf(PDFDocument)