iconMode
A Boolean value indicating whether the generated thumbnail request should include icon decorations.
Declaration
var iconMode: Bool { get set }Discussion
Set this property to true to generate a thumbnail that’s appropriate to use as a file icon. Depending on the platform, the thumbnail may be embedded in a frame, show a curled corner, or display a background or drop shadow. If this property’s value is false, QLThumbnailGenerator generates a raw, undecorated thumbnail.
The default value of this property is false.