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.4.27341.0
Syntax protected override Task<byte[]> GetThumbnailsAsync(
uint size
)
Protected Overrides Function GetThumbnailsAsync (
size As UInteger
) As Task(Of Byte())
protected:
virtual Task<array<unsigned char>^>^ GetThumbnailsAsync(
unsigned int size
) override
abstract GetThumbnailsAsync :
size : uint32 -> Task<byte[]>
override 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