Gets the thumbnail sample.

Namespace:  GrassValley.Mseries.Editor
Assembly:  GrassValley.Mseries.Editor (in GrassValley.Mseries.Editor.dll) Version: 1.0.0.0

Syntax

C#
Object GetThumbnailSample(
	int thumbnailPos
)
Visual Basic (Declaration)
Function GetThumbnailSample ( _
	thumbnailPos As Integer _
) As Object
Visual C++
Object^ GetThumbnailSample(
	int thumbnailPos
)

Parameters

thumbnailPos
Type: System..::.Int32
Thumbnail pos.

Return Value

thumbnail object

Remarks

An asset’s thumbnail image can be obtained explicitly using this function, or by using the GetProperty functions. The JPEG image data is returned as an object array of bytes.

See Also