public async ValueTask<Stream> GetThumbnailStreamAsync(IFileDescriptor file, ResizeMode mode, Nullable<UInt16> width, Nullable<UInt16> height)
Returns:
ValueTask<Stream>
Implements:
GetThumbnailStreamAsync(IFileDescriptor, ResizeMode, Nullable<UInt16>, Nullable<UInt16>)

Parameters

width Nullable<UInt16>
height Nullable<UInt16>
In this article