ReadFile.GetThumbnail (Int32) Method

Gets the thumbnail.
Public Function GetThumbnail( _ 
Optional ByVal thumbnailSize As Integer = defaultThumbnailSize _ 
) As Bitmap
This language is not supported or no code example is available.
public Bitmap GetThumbnail( 
int thumbnailSize = defaultThumbnailSize 
)
This language is not supported or no code example is available.

Parameters

thumbnailSize
int

Desired size of the biggest dimension of the thumbnail (The maximum is 256).

Return Value

Bitmap
Remarks
 
Returns null/Nothing if the thumbnail was not stored in the file. If you need to read the file header only, you can call the static method GetThumbnail instead.

.NET Framework

Supported in: 4.8

In this article

Definition