Click or drag to resize

ThumbnailProviderHandlerIntegratedBaseGetThumbnailsAsync Method

IT Hit User File System
Returns thumbnail that corresponds to FilePath.

Namespace:  ITHit.FileSystem.Windows.ShellExtension
Assembly:  ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 8.1.26727.0-Beta2
Syntax
protected override Task<byte[]> GetThumbnailsAsync(
	uint size
)

Parameters

size
Type: SystemUInt32
Bitmap size in pixels.

Return Value

Type: TaskByte
Bitmap bytes or null if the thumbnail can not be provided for this item.
See Also