ThumbnailProviderHandlerBaseGetThumbnailsAsync 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.4.27341.0
Syntax protected abstract Task<byte[]> GetThumbnailsAsync(
uint size
)
Protected MustOverride Function GetThumbnailsAsync (
size As UInteger
) As Task(Of Byte())
protected:
virtual Task<array<unsigned char>^>^ GetThumbnailsAsync(
unsigned int size
) abstract
abstract GetThumbnailsAsync :
size : uint32 -> Task<byte[]>
Parameters
- size
- Type: SystemUInt32
Bitmap size in pixels.
Return Value
Type:
TaskByteBitmap bytes or null if the thumbnail can not be provided for this item.
See Also