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

Parameters

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