GSKScanFlowMultiPageFormat
Objective-C
enum GSKScanFlowMultiPageFormat : NSUInteger {}
Swift
enum GSKScanFlowMultiPageFormat : UInt, @unchecked Sendable
The format of the exported document.
-
Undocumented
Declaration
Objective-C
GSKScanFlowNone
Swift
case none = 0
-
Undocumented
Declaration
Objective-C
GSKScanFlowPDF
Swift
case PDF = 1
-
Undocumented
Declaration
Objective-C
GSKScanFlowTIFF
Swift
case TIFF = 2