Click or drag to resize

ItemGetThumbnailAsImageSource Method

Gets the item's thumbnail as image source.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public ImageSource GetThumbnailAsImageSource(
	int size = 0,
	WTS_FLAGS flags = WTS_FLAGS.WTS_NONE
)

Parameters

size (Optional)
Type: SystemInt32
The requested size.
flags (Optional)
Type: callback.ShellBoost.Core.WindowsShellWTS_FLAGS
A set of optional flags.

Return Value

Type: ImageSource
An ImageSource instance or null.
See Also