Gets the thumbnail sample.

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

Syntax

C#
public Object GetThumbnailSample(
	int thumbnailPos
)
Visual Basic (Declaration)
Public Function GetThumbnailSample ( _
	thumbnailPos As Integer _
) As Object
Visual C++
public:
virtual Object^ GetThumbnailSample(
	int thumbnailPos
) sealed

Parameters

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

Return Value

thumbnail object

Implements

ISimpleEditor..::.GetThumbnailSample(Int32)

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