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
DBFILESThumbnailModeStrictSwift
case strict = 0 -
Scale down the image to fit within the given size or its transpose.
Declaration
Objective-C
DBFILESThumbnailModeBestfitSwift
case bestfit = 1 -
Scale down the image to completely cover the given size or its transpose.
Declaration
Objective-C
DBFILESThumbnailModeFitoneBestfitSwift
case fitoneBestfit = 2
View on GitHub
DBFILESThumbnailModeTag Enumeration Reference