DBFILESThumbnailModeTag
Objective-C
enum DBFILESThumbnailModeTag : NSInteger {}
Swift
@frozen enum DBFILESThumbnailModeTag : Int, @unchecked Sendable
The DBFILESThumbnailModeTag
enum type represents the possible tag states
with which the DBFILESThumbnailMode
union can exist.
-
Scale down the image to fit within the given size.
Declaration
Objective-C
DBFILESThumbnailModeStrict
Swift
case strict = 0
-
Scale down the image to fit within the given size or its transpose.
Declaration
Objective-C
DBFILESThumbnailModeBestfit
Swift
case bestfit = 1
-
Scale down the image to completely cover the given size or its transpose.
Declaration
Objective-C
DBFILESThumbnailModeFitoneBestfit
Swift
case fitoneBestfit = 2